Html Css Color HEX #BBB7CB Blue Haze

📋 copy color: '#BBB7CB'

red 187 ◦ green 183 ◦ blue 203

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

Shades of Blue Haze #BBB7CB

Tints of Blue Haze #BBB7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 32.64%
G = 31.94%
B = 35.43%

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

#BBB7CB (or 0xBBB7CB) is known color: Blue Haze. HEX triplet: BB, B7 and CB. RGB value is (187,183,203). Sum of RGB (Red+Green+Blue) = 187+183+203=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CB is #444834. Grayscale: #BABABA. Windows color (decimal): -4474933 or 13350843. OLE color: 13350843.

HSL color Cylindrical-coordinate representation of color #BBB7CB: hue angle of 252º degrees, saturation: 0.16, 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 #BBB7CB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 183 203 -
CMYK 0.08 0.10 0 0.20
HSL 252º 0.16% 0.76% -
HSV(B) 252º 0.1% 0.8% -
XYZ 48.21 48.74 63.37 -
YUV 186.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 187 183 203 0.08 0.10 0 0.20 252 0.16 0.76
Hex BB B7 CB 8 A 0 14 FC 10 4C
Octal 273 267 313 10 12 0 24 374 20 114
Binary 10111011 10110111 11001011 1000 1010 0 10100 11111100 10000 1001100

Color Harmonies of #BBB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7CB

Black with #BBB7CB

Text Example


Text Example

White with #BBB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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