Html Css Color HEX #C0BCCF Blue Haze

📋 copy color: '#C0BCCF'

red 192 ◦ green 188 ◦ blue 207

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

Shades of Blue Haze #C0BCCF

Tints of Blue Haze #C0BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 32.71%
G = 32.03%
B = 35.26%

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

#C0BCCF (or 0xC0BCCF) is known color: Blue Haze. HEX triplet: C0, BC and CF. RGB value is (192,188,207). Sum of RGB (Red+Green+Blue) = 192+188+207=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCCF is #3F4330. Grayscale: #BFBFBF. Windows color (decimal): -4145969 or 13614272. OLE color: 13614272.

HSL color Cylindrical-coordinate representation of color #C0BCCF: hue angle of 252.63º degrees, saturation: 0.17, 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 #C0BCCF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 188 207 -
CMYK 0.07 0.09 0 0.19
HSL 252.63º 0.17% 0.77% -
HSV(B) 252.63º 0.09% 0.81% -
XYZ 50.98 51.68 66.32 -
YUV 191.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 192 188 207 0.07 0.09 0 0.19 252.63 0.17 0.77
Hex C0 BC CF 7 9 0 13 FD 11 4D
Octal 300 274 317 7 11 0 23 375 21 115
Binary 11000000 10111100 11001111 111 1001 0 10011 11111101 10001 1001101

Color Harmonies of #C0BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCCF

Black with #C0BCCF

Text Example


Text Example

White with #C0BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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