#C0BDDD

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

Shades of Lavender Grey #C0BDDD

Tints of Lavender Grey #C0BDDD

Color information

#C0BDDD (or 0xC0BDDD) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and DD. RGB value is (192,189,221). Sum of RGB (Red+Green+Blue) = 192+189+221=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDD is #3F4222. Grayscale: #C1C1C1. Windows color (decimal): -4145699 or 14532032. OLE color: 14532032.

HSL color Cylindrical-coordinate representation of color #C0BDDD: hue angle of 245.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BDDD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192189221-
CMYK0.130.1400.13
HSL245.62º32%80.39%-
HSV(B)245.62º14.48%86.67%-
XYZ52.9952.8275.81-
YUV193.54143.49126.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=31.89%
G=31.40%
B=36.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921892210.130.1400.13245.623280.39
HexC0BDDDDE0Df62050
Octal300275335151601536640120
Binary1100000010111101110111011101111001101111101101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDDD; }

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

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

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

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

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

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

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

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