#C0BECD

Color #C0BECD Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #C0BECD

Tints of Blue Haze #C0BECD

Color information

#C0BECD (or 0xC0BECD) is unknown color: approx Blue Haze. HEX triplet: C0, BE and CD. RGB value is (192,190,205). Sum of RGB (Red+Green+Blue) = 192+190+205=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECD is #3F4132. Grayscale: #C0C0C0. Windows color (decimal): -4145459 or 13483712. OLE color: 13483712.

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

Color convert

RGB192190205-
CMYK0.060.0700.20
HSL248º13.04%77.45%-
HSV(B)248º7.32%80.39%-
XYZ51.1752.4465.18-
YUV192.31135.16127.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=32.71%
G=32.37%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921902050.060.0700.2024813.0477.45
HexC0BECD67014f8d4d
Octal3002763156702437015115
Binary1100000010111110110011011101110101001111100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BECD; }

 p { color: rgb(192,190,205); }

 H1.HeaderClassName
 {
   color: #C0BECD;
 }
 .AnyTagClassName
 {
   color: #C0BECD;
 }
</style>
background-color css

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

 a { background-color: rgb(192,190,205); }

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

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

 span { border-color: rgb(192,190,205); }

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