#BBB6CB

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

Shades of Blue Haze #BBB6CB

Tints of Blue Haze #BBB6CB

Color information

#BBB6CB (or 0xBBB6CB) is unknown color: approx Blue Haze. HEX triplet: BB, B6 and CB. RGB value is (187,182,203). Sum of RGB (Red+Green+Blue) = 187+182+203=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6CB is #444934. Grayscale: #B9B9B9. Windows color (decimal): -4475189 or 13350587. OLE color: 13350587.

HSL color Cylindrical-coordinate representation of color #BBB6CB: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB6CB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187182203-
CMYK0.080.1000.20
HSL254.29º16.8%75.49%-
HSV(B)254.29º10.34%79.61%-
XYZ4848.3363.3-
YUV185.89137.66128.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=32.69%
G=31.82%
B=35.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871822030.080.1000.20254.2916.875.49
HexBBB6CB8A014fe114b
Octal273266313101202437621113
Binary1011101110110110110010111000101001010011111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6CB; }

 p { color: rgb(187,182,203); }

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

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

 a { background-color: rgb(187,182,203); }

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

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

 span { border-color: rgb(187,182,203); }

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