#C0BDE9

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

Shades of Lavender Grey #C0BDE9

Tints of Lavender Grey #C0BDE9

Color information

#C0BDE9 (or 0xC0BDE9) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and E9. RGB value is (192,189,233). Sum of RGB (Red+Green+Blue) = 192+189+233=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDE9 is #3F4216. Grayscale: #C2C2C2. Windows color (decimal): -4145687 or 15318464. OLE color: 15318464.

HSL color Cylindrical-coordinate representation of color #C0BDE9: hue angle of 244.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BDE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192189233-
CMYK0.180.1900.09
HSL244.09º50%82.75%-
HSV(B)244.09º18.88%91.37%-
XYZ54.6453.4884.53-
YUV194.91149.49125.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=31.27%
G=30.78%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921892330.180.1900.09244.095082.75
HexC0BDE9121309f43253
Octal300275351222301136462123
Binary110000001011110111101001100101001101001111101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDE9; }

 p { color: rgb(192,189,233); }

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

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

 a { background-color: rgb(192,189,233); }

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

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

 span { border-color: rgb(192,189,233); }

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