Html Css Color HEX #BBBACC Blue Haze

📋 copy color: '#BBBACC'

red 187 ◦ green 186 ◦ blue 204

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

Shades of Blue Haze #BBBACC

Tints of Blue Haze #BBBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

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

R = 32.41%
G = 32.24%
B = 35.36%

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

#BBBACC (or 0xBBBACC) is known color: Blue Haze. HEX triplet: BB, BA and CC. RGB value is (187,186,204). Sum of RGB (Red+Green+Blue) = 187+186+204=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACC is #444533. Grayscale: #BCBCBC. Windows color (decimal): -4474164 or 13417147. OLE color: 13417147.

HSL color Cylindrical-coordinate representation of color #BBBACC: hue angle of 243.33º degrees, saturation: 0.15, 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 #BBBACC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 186 204 -
CMYK 0.08 0.09 0 0.2
HSL 243.33º 0.15% 0.76% -
HSV(B) 243.33º 0.09% 0.8% -
XYZ 48.95 50.04 64.21 -
YUV 188.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 187 186 204 0.08 0.09 0 0.2 243.33 0.15 0.76
Hex BB BA CC 8 9 0 14 F3 F 4C
Octal 273 272 314 10 11 0 24 363 17 114
Binary 10111011 10111010 11001100 1000 1001 0 10100 11110011 1111 1001100

Color Harmonies of #BBBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBACC

Black with #BBBACC

Text Example


Text Example

White with #BBBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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