Html Css Color HEX #C0BBCC Blue Haze

📋 copy color: '#C0BBCC'

red 192 ◦ green 187 ◦ blue 204

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

Shades of Blue Haze #C0BBCC

Tints of Blue Haze #C0BBCC

RGB

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

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

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

R = 32.93%
G = 32.08%
B = 34.99%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C0BBCC (or 0xC0BBCC) is known color: Blue Haze. HEX triplet: C0, BB and CC. RGB value is (192,187,204). Sum of RGB (Red+Green+Blue) = 192+187+204=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCC is #3F4433. Grayscale: #BEBEBE. Windows color (decimal): -4146228 or 13417408. OLE color: 13417408.

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

Color convert

RGB 192 187 204 -
CMYK 0.06 0.08 0 0.2
HSL 257.65º 0.14% 0.77% -
HSV(B) 257.65º 0.08% 0.8% -
XYZ 50.41 51.11 64.33 -
YUV 190.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 192 187 204 0.06 0.08 0 0.2 257.65 0.14 0.77
Hex C0 BB CC 6 8 0 14 102 E 4D
Octal 300 273 314 6 10 0 24 402 16 115
Binary 11000000 10111011 11001100 110 1000 0 10100 100000010 1110 1001101

Color Harmonies of #C0BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBCC

Black with #C0BBCC

Text Example


Text Example

White with #C0BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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