Html Css Color HEX #C0BCCA Blue Haze

📋 copy color: '#C0BCCA'

red 192 ◦ green 188 ◦ blue 202

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

Shades of Blue Haze #C0BCCA

Tints of Blue Haze #C0BCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 32.99%
G = 32.3%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0BCCA (or 0xC0BCCA) is known color: Blue Haze. HEX triplet: C0, BC and CA. RGB value is (192,188,202). Sum of RGB (Red+Green+Blue) = 192+188+202=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCA is #3F4335. Grayscale: #BEBEBE. Windows color (decimal): -4145974 or 13286592. OLE color: 13286592.

HSL color Cylindrical-coordinate representation of color #C0BCCA: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BCCA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 188 202 -
CMYK 0.05 0.07 0 0.21
HSL 257.14º 0.12% 0.76% -
HSV(B) 257.14º 0.07% 0.79% -
XYZ 50.38 51.44 63.15 -
YUV 190.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 192 188 202 0.05 0.07 0 0.21 257.14 0.12 0.76
Hex C0 BC CA 5 7 0 15 101 C 4C
Octal 300 274 312 5 7 0 25 401 14 114
Binary 11000000 10111100 11001010 101 111 0 10101 100000001 1100 1001100

Color Harmonies of #C0BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCCA

Black with #C0BCCA

Text Example


Text Example

White with #C0BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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