Color Hex Logo

#bdbef6 Color Hex

#BDBEF6
(189,190,246)
0 Favorites   0 Comments

Color spaces of #bdbef6

RGB 189190246
HSL0.660.760.85
HSV239°23°96°
CMYK 0.230.230.00   0.04
XYZ56.034354.299594.7163
Yxy54.29950.27330.2648
Hunter Lab73.68826.7814-24.6276
CIE-Lab78.636011.3380-27.7545

#bdbef6 color RGB value is (189,190,246).

#bdbef6 hex color red value is 189, green value is 190 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bdbef6 hue: 0.66 , saturation: 0.76 and the lightness value of bdbef6 is 0.85.

The process color (four color CMYK) of #bdbef6 color hex is 0.23, 0.23, 0.00, 0.04. Web safe color of #bdbef6 is #ccccff. Color #bdbef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11110110
Octal 275 276 366
Decimal 189 190 246
Hex BD BE F6

RGB Percentages of Color #bdbef6

%30.24
%30.40
%39.36

CMYK Percentages of Color #bdbef6

%23
%23
%0
%4

Triadic Colors of #bdbef6

#bdbef6 #f6bdbe #bef6bd

Analogous Colors of #bdbef6

#bdbef6 #d9bdf6 #bddbf6

Monochromatic Colors of #bdbef6

#bdbef6

Complementary Color

#bdbef6 #f6f5bd

#bdbef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbef6 Color CSS Codes

.mybgcolor {background-color:#bdbef6; } 
.myforecolor {color:#bdbef6; }
.mybordercolor {border:3px solid #bdbef6; }

#bdbef6 Text Font Color

<p style="color:#bdbef6">Text here</p>

This sample text font color is #bdbef6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bdbef6 Background Color

<div style="background-color:#bdbef6">
Div content here</div>

This div background color is #bdbef6


#bdbef6 Border Color

<div style="border:3px solid #bdbef6">
Div here</div>

This div border color is #bdbef6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,190,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdbef6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdbef6;
  -webkit-box-shadow: 1px 1px 3px 2px #bdbef6;
  box-shadow:         1px 1px 3px 2px #bdbef6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,190,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdbef6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbef6;
  -webkit-box-shadow: 1px 1px 3px 2px #bdbef6;
  box-shadow:         1px 1px 3px 2px #bdbef6;">
Div content here</div>

This div box has shadow with color #bdbef6


Comments

No comments written yet.

Please login to write comment.