#C0BDE5

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

Shades of Lavender Grey #C0BDE5

Tints of Lavender Grey #C0BDE5

Color information

#C0BDE5 (or 0xC0BDE5) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and E5. RGB value is (192,189,229). Sum of RGB (Red+Green+Blue) = 192+189+229=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE5 is #3F421A. Grayscale: #C2C2C2. Windows color (decimal): -4145691 or 15056320. OLE color: 15056320.

HSL color Cylindrical-coordinate representation of color #C0BDE5: hue angle of 244.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BDE5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192189229-
CMYK0.160.1700.10
HSL244.5º43.48%81.96%-
HSV(B)244.5º17.47%89.8%-
XYZ54.0853.2681.56-
YUV194.46147.49126.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=31.48%
G=30.98%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921892290.160.1700.10244.543.4881.96
HexC0BDE510110Af42b52
Octal300275345202101236453122
Binary110000001011110111100101100001000101010111101001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDE5; }

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

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

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

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

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

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

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

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