Html Css Color HEX #BBB4CC Blue Haze

📋 copy color: '#BBB4CC'

red 187 ◦ green 180 ◦ blue 204

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

Shades of Blue Haze #BBB4CC

Tints of Blue Haze #BBB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.52%

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

R = 32.75%
G = 31.52%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBB4CC (or 0xBBB4CC) is known color: Blue Haze. HEX triplet: BB, B4 and CC. RGB value is (187,180,204). Sum of RGB (Red+Green+Blue) = 187+180+204=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CC is #444B33. Grayscale: #B8B8B8. Windows color (decimal): -4475700 or 13415611. OLE color: 13415611.

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

Color convert

RGB 187 180 204 -
CMYK 0.08 0.12 0 0.2
HSL 257.5º 0.19% 0.75% -
HSV(B) 257.5º 0.12% 0.8% -
XYZ 47.71 47.57 63.79 -
YUV 184.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 187 180 204 0.08 0.12 0 0.2 257.5 0.19 0.75
Hex BB B4 CC 8 C 0 14 102 13 4B
Octal 273 264 314 10 14 0 24 402 23 113
Binary 10111011 10110100 11001100 1000 1100 0 10100 100000010 10011 1001011

Color Harmonies of #BBB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4CC

Black with #BBB4CC

Text Example


Text Example

White with #BBB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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