#C0BDEE

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

Shades of Lavender Grey #C0BDEE

Tints of Lavender Grey #C0BDEE

Color information

#C0BDEE (or 0xC0BDEE) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and EE. RGB value is (192,189,238). Sum of RGB (Red+Green+Blue) = 192+189+238=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEE is #3F4211. Grayscale: #C3C3C3. Windows color (decimal): -4145682 or 15646144. OLE color: 15646144.

HSL color Cylindrical-coordinate representation of color #C0BDEE: hue angle of 243.67º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BDEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192189238-
CMYK0.190.2100.07
HSL243.67º59.04%83.73%-
HSV(B)243.67º20.59%93.33%-
XYZ55.3753.7788.35-
YUV195.48151.99125.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=31.02%
G=30.53%
B=38.45%

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
Decimal1921892380.190.2100.07243.6759.0483.73
HexC0BDEE131507f43b54
Octal30027535623250736473124
Binary11000000101111011110111010011101010111111101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDEE; }

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

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

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

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

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

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

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

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