#C0BED1

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

Shades of Blue Haze #C0BED1

Tints of Blue Haze #C0BED1

Color information

#C0BED1 (or 0xC0BED1) is unknown color: approx Blue Haze. HEX triplet: C0, BE and D1. RGB value is (192,190,209). Sum of RGB (Red+Green+Blue) = 192+190+209=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BED1 is #3F412E. Grayscale: #C0C0C0. Windows color (decimal): -4145455 or 13745856. OLE color: 13745856.

HSL color Cylindrical-coordinate representation of color #C0BED1: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BED1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192190209-
CMYK0.080.0900.18
HSL246.32º17.12%78.24%-
HSV(B)246.32º9.09%81.96%-
XYZ51.6652.6467.76-
YUV192.76137.16127.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=32.49%
G=32.15%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921902090.080.0900.18246.3217.1278.24
HexC0BED189012f6114e
Octal300276321101102236621116
Binary1100000010111110110100011000100101001011110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BED1; }

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

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

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

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

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

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

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

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