Html Css Color HEX #BBB9CC Blue Haze

📋 copy color: '#BBB9CC'

red 187 ◦ green 185 ◦ blue 204

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

Shades of Blue Haze #BBB9CC

Tints of Blue Haze #BBB9CC

RGB

 RED value IS 187 (73.44% from 255) = 32.47%

 GREEN value IS 185 (72.66% from 255) = 32.12%

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 32.47%
G = 32.12%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBB9CC (or 0xBBB9CC) is known color: Blue Haze. HEX triplet: BB, B9 and CC. RGB value is (187,185,204). Sum of RGB (Red+Green+Blue) = 187+185+204=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9CC is #444633. Grayscale: #BBBBBB. Windows color (decimal): -4474420 or 13416891. OLE color: 13416891.

HSL color Cylindrical-coordinate representation of color #BBB9CC: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB9CC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 185 204 -
CMYK 0.08 0.09 0 0.2
HSL 246.32º 0.16% 0.76% -
HSV(B) 246.32º 0.09% 0.8% -
XYZ 48.74 49.62 64.14 -
YUV 187.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 187 185 204 0.08 0.09 0 0.2 246.32 0.16 0.76
Hex BB B9 CC 8 9 0 14 F6 10 4C
Octal 273 271 314 10 11 0 24 366 20 114
Binary 10111011 10111001 11001100 1000 1001 0 10100 11110110 10000 1001100

Color Harmonies of #BBB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9CC

Black with #BBB9CC

Text Example


Text Example

White with #BBB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9CC; }

 p { color: rgb(187,185,204); }

 H1.HeaderClassName
 {
   color: #BBB9CC;
 }
 .AnyTagClassName
 {
   color: #BBB9CC;
 }
</style>

background-color css

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

 a { background-color: rgb(187,185,204); }

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

border-color css

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

 span { border-color: rgb(187,185,204); }

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