Html Css Color HEX #BBB6CB Blue Haze

📋 copy color: '#BBB6CB'

red 187 ◦ green 182 ◦ blue 203

#BBB6CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BBB6CB

Tints of Blue Haze #BBB6CB

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 value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB6CB (or 0xBBB6CB) is known color: 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

RGB 187 182 203 -
CMYK 0.08 0.10 0 0.20
HSL 254.29º 0.17% 0.75% -
HSV(B) 254.29º 0.1% 0.8% -
XYZ 48 48.33 63.3 -
YUV 185.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 187 182 203 0.08 0.10 0 0.20 254.29 0.17 0.75
Hex BB B6 CB 8 A 0 14 FE 11 4B
Octal 273 266 313 10 12 0 24 376 21 113
Binary 10111011 10110110 11001011 1000 1010 0 10100 11111110 10001 1001011

Color Harmonies of #BBB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6CB

Black with #BBB6CB

Text Example


Text Example

White with #BBB6CB

Text Example


Text Example

HTML Codes & Css Web 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>