#C0BCED

Color #C0BCED Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C0BCED

Tints of Lavender Grey #C0BCED

Color information

#C0BCED (or 0xC0BCED) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and ED. RGB value is (192,188,237). Sum of RGB (Red+Green+Blue) = 192+188+237=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCED is #3F4312. Grayscale: #C2C2C2. Windows color (decimal): -4145939 or 15580352. OLE color: 15580352.

HSL color Cylindrical-coordinate representation of color #C0BCED: hue angle of 244.9º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BCED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192188237-
CMYK0.190.2100.07
HSL244.9º57.65%83.33%-
HSV(B)244.9º20.68%92.94%-
XYZ55.0153.2987.51-
YUV194.78151.83126.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=31.12%
G=30.47%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921882370.190.2100.07244.957.6583.33
HexC0BCED131507f53a53
Octal30027435523250736572123
Binary11000000101111001110110110011101010111111101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCED; }

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

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

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

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

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

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

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

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