Html Css Color HEX #BBB7CC Blue Haze

📋 copy color: '#BBB7CC'

red 187 ◦ green 183 ◦ blue 204

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

Shades of Blue Haze #BBB7CC

Tints of Blue Haze #BBB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.88%

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

R = 32.58%
G = 31.88%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBB7CC (or 0xBBB7CC) is known color: Blue Haze. HEX triplet: BB, B7 and CC. RGB value is (187,183,204). Sum of RGB (Red+Green+Blue) = 187+183+204=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CC is #444833. Grayscale: #BABABA. Windows color (decimal): -4474932 or 13416379. OLE color: 13416379.

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

Color convert

RGB 187 183 204 -
CMYK 0.08 0.10 0 0.2
HSL 251.43º 0.17% 0.76% -
HSV(B) 251.43º 0.1% 0.8% -
XYZ 48.33 48.79 64 -
YUV 186.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 187 183 204 0.08 0.10 0 0.2 251.43 0.17 0.76
Hex BB B7 CC 8 A 0 14 FB 11 4C
Octal 273 267 314 10 12 0 24 373 21 114
Binary 10111011 10110111 11001100 1000 1010 0 10100 11111011 10001 1001100

Color Harmonies of #BBB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7CC

Black with #BBB7CC

Text Example


Text Example

White with #BBB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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