Color Hex Logo

#b6bbfc Color Hex

#B6BBFC
(182,187,252)
0 Favorites   0 Comments

Color spaces of #b6bbfc

RGB 182187252
HSL0.650.920.85
HSV236°28°99°
CMYK 0.280.260.00   0.01
XYZ54.632452.514099.3522
Yxy52.51400.26460.2543
Hunter Lab72.46657.7544-30.5605
CIE-Lab77.587212.3331-32.6282

#b6bbfc color RGB value is (182,187,252).

#b6bbfc hex color red value is 182, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b6bbfc hue: 0.65 , saturation: 0.92 and the lightness value of b6bbfc is 0.85.

The process color (four color CMYK) of #b6bbfc color hex is 0.28, 0.26, 0.00, 0.01. Web safe color of #b6bbfc is #ccccff. Color #b6bbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111011 11111100
Octal 266 273 374
Decimal 182 187 252
Hex B6 BB FC

RGB Percentages of Color #b6bbfc

%29.31
%30.11
%40.58

CMYK Percentages of Color #b6bbfc

%28
%26
%0
%1

Triadic Colors of #b6bbfc

#b6bbfc #fcb6bb #bbfcb6

Analogous Colors of #b6bbfc

#b6bbfc #d4b6fc #b6defc

Monochromatic Colors of #b6bbfc

#b6bbfc

Complementary Color

#b6bbfc #fcf7b6

#b6bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bbfc Color CSS Codes

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

#b6bbfc Text Font Color

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

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


#b6bbfc Background Color

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

This div background color is #b6bbfc


#b6bbfc Border Color

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

This div border color is #b6bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.