#BBB4CF

Color #BBB4CF Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BBB4CF

Tints of Blue Haze #BBB4CF

Color information

#BBB4CF (or 0xBBB4CF) is unknown color: approx Blue Haze. HEX triplet: BB, B4 and CF. RGB value is (187,180,207). Sum of RGB (Red+Green+Blue) = 187+180+207=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CF is #444B30. Grayscale: #B9B9B9. Windows color (decimal): -4475697 or 13612219. OLE color: 13612219.

HSL color Cylindrical-coordinate representation of color #BBB4CF: hue angle of 255.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB4CF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187180207-
CMYK0.100.1300.19
HSL255.56º21.95%75.88%-
HSV(B)255.56º13.04%81.18%-
XYZ48.0847.7165.71-
YUV185.17140.32129.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=32.58%
G=31.36%
B=36.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871802070.100.1300.19255.5621.9575.88
HexBBB4CFAD013100164c
Octal273264317121502340026114
Binary10111011101101001100111110101101010011100000000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4CF; }

 p { color: rgb(187,180,207); }

 H1.HeaderClassName
 {
   color: #BBB4CF;
 }
 .AnyTagClassName
 {
   color: #BBB4CF;
 }
</style>
background-color css

<style>
 a { background-color: #BBB4CF; }

 a { background-color: rgb(187,180,207); }

 div.DivClassName
 {
   background-color: #BBB4CF;
 }
 .BgClassName
 {
   background-color: #BBB4CF;
 }
</style>
border-color css

<style>
 span { border-color: #BBB4CF; }

 span { border-color: rgb(187,180,207); }

 td.TdClassName
 {
   border-color: #BBB4CF;
 }
 .TagClassName
 {
   border-color: #BBB4CF;
 }
</style>