#C0BBEC

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

Shades of Lavender Grey #C0BBEC

Tints of Lavender Grey #C0BBEC

Color information

#C0BBEC (or 0xC0BBEC) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and EC. RGB value is (192,187,236). Sum of RGB (Red+Green+Blue) = 192+187+236=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEC is #3F4413. Grayscale: #C1C1C1. Windows color (decimal): -4146196 or 15514560. OLE color: 15514560.

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

Color convert

RGB192187236-
CMYK0.190.2100.07
HSL246.12º56.32%82.94%-
HSV(B)246.12º20.76%92.55%-
XYZ54.6552.886.67-
YUV194.08151.66126.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=31.22%
G=30.41%
B=38.37%

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
Decimal1921872360.190.2100.07246.1256.3282.94
HexC0BBEC131507f63853
Octal30027335423250736670123
Binary11000000101110111110110010011101010111111101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBEC; }

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

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

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

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

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

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

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

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