Color Hex Logo

#b6bfda Color Hex

#B6BFDA
(182,191,218)
0 Favorites   0 Comments

Color spaces of #b6bfda

RGB 182191218
HSL0.630.330.78
HSV225°17°85°
CMYK 0.170.120.00   0.15
XYZ50.577152.268673.7528
Yxy52.26860.28640.2960
Hunter Lab72.2970-1.6459-9.8759
CIE-Lab77.44122.4106-14.5397

#b6bfda color RGB value is (182,191,218).

#b6bfda hex color red value is 182, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6bfda hue: 0.63 , saturation: 0.33 and the lightness value of b6bfda is 0.78.

The process color (four color CMYK) of #b6bfda color hex is 0.17, 0.12, 0.00, 0.15. Web safe color of #b6bfda is #cccccc. Color #b6bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111111 11011010
Octal 266 277 332
Decimal 182 191 218
Hex B6 BF DA

RGB Percentages of Color #b6bfda

%30.80
%32.32
%36.89

CMYK Percentages of Color #b6bfda

%17
%12
%0
%15

Triadic Colors of #b6bfda

#b6bfda #dab6bf #bfdab6

Analogous Colors of #b6bfda

#b6bfda #bfb6da #b6d1da

Monochromatic Colors of #b6bfda

#b6bfda

Complementary Color

#b6bfda #dad1b6

#b6bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bfda Color CSS Codes

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

#b6bfda Text Font Color

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

This sample text font color is #b6bfda
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.


#b6bfda Background Color

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

This div background color is #b6bfda


#b6bfda Border Color

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

This div border color is #b6bfda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,191,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6bfda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6bfda;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bfda;
  box-shadow:         1px 1px 3px 2px #b6bfda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bfda


Comments

No comments written yet.

Please login to write comment.