Html Css Color HEX #C0BCCE Blue Haze

📋 copy color: '#C0BCCE'

red 192 ◦ green 188 ◦ blue 206

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

Shades of Blue Haze #C0BCCE

Tints of Blue Haze #C0BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 32.76%
G = 32.08%
B = 35.15%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0BCCE (or 0xC0BCCE) is known color: Blue Haze. HEX triplet: C0, BC and CE. RGB value is (192,188,206). Sum of RGB (Red+Green+Blue) = 192+188+206=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCE is #3F4331. Grayscale: #BFBFBF. Windows color (decimal): -4145970 or 13548736. OLE color: 13548736.

HSL color Cylindrical-coordinate representation of color #C0BCCE: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BCCE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 188 206 -
CMYK 0.07 0.09 0 0.19
HSL 253.33º 0.16% 0.77% -
HSV(B) 253.33º 0.09% 0.81% -
XYZ 50.86 51.63 65.68 -
YUV 191.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 192 188 206 0.07 0.09 0 0.19 253.33 0.16 0.77
Hex C0 BC CE 7 9 0 13 FD 10 4D
Octal 300 274 316 7 11 0 23 375 20 115
Binary 11000000 10111100 11001110 111 1001 0 10011 11111101 10000 1001101

Color Harmonies of #C0BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCCE

Black with #C0BCCE

Text Example


Text Example

White with #C0BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCCE; }

 p { color: rgb(192,188,206); }

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

background-color css

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

 a { background-color: rgb(192,188,206); }

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

border-color css

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

 span { border-color: rgb(192,188,206); }

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