#C0BDEA

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

Shades of Lavender Grey #C0BDEA

Tints of Lavender Grey #C0BDEA

Color information

#C0BDEA (or 0xC0BDEA) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and EA. RGB value is (192,189,234). Sum of RGB (Red+Green+Blue) = 192+189+234=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEA is #3F4215. Grayscale: #C2C2C2. Windows color (decimal): -4145686 or 15384000. OLE color: 15384000.

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

Color convert

RGB192189234-
CMYK0.180.1900.08
HSL244º51.72%82.94%-
HSV(B)244º19.23%91.76%-
XYZ54.7953.5485.29-
YUV195.03149.99125.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=31.22%
G=30.73%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921892340.180.1900.0824451.7282.94
HexC0BDEA121308f43453
Octal300275352222301036464123
Binary110000001011110111101010100101001101000111101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDEA; }

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

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

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

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

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

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

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

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