#C0BCEC

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

Shades of Lavender Grey #C0BCEC

Tints of Lavender Grey #C0BCEC

Color information

#C0BCEC (or 0xC0BCEC) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and EC. RGB value is (192,188,236). Sum of RGB (Red+Green+Blue) = 192+188+236=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEC is #3F4313. Grayscale: #C2C2C2. Windows color (decimal): -4145940 or 15514816. OLE color: 15514816.

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

Color convert

RGB192188236-
CMYK0.190.2000.07
HSL245º55.81%83.14%-
HSV(B)245º20.34%92.55%-
XYZ54.8653.2386.74-
YUV194.67151.33126.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=31.17%
G=30.52%
B=38.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921882360.190.2000.0724555.8183.14
HexC0BCEC131407f53853
Octal30027435423240736570123
Binary11000000101111001110110010011101000111111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCEC; }

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

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

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

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

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

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

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

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