Html Css Color HEX #C0BBCB Blue Haze

📋 copy color: '#C0BBCB'

red 192 ◦ green 187 ◦ blue 203

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

Shades of Blue Haze #C0BBCB

Tints of Blue Haze #C0BBCB

RGB

 RED value IS 192 (75.39% from 255) = 32.99%

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 32.99%
G = 32.13%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0BBCB (or 0xC0BBCB) is known color: Blue Haze. HEX triplet: C0, BB and CB. RGB value is (192,187,203). Sum of RGB (Red+Green+Blue) = 192+187+203=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCB is #3F4434. Grayscale: #BEBEBE. Windows color (decimal): -4146229 or 13351872. OLE color: 13351872.

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

Color convert

RGB 192 187 203 -
CMYK 0.05 0.08 0 0.20
HSL 258.75º 0.13% 0.76% -
HSV(B) 258.75º 0.08% 0.8% -
XYZ 50.29 51.06 63.7 -
YUV 190.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 192 187 203 0.05 0.08 0 0.20 258.75 0.13 0.76
Hex C0 BB CB 5 8 0 14 103 D 4C
Octal 300 273 313 5 10 0 24 403 15 114
Binary 11000000 10111011 11001011 101 1000 0 10100 100000011 1101 1001100

Color Harmonies of #C0BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBCB

Black with #C0BBCB

Text Example


Text Example

White with #C0BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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