#C0BDE3

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

Shades of Lavender Grey #C0BDE3

Tints of Lavender Grey #C0BDE3

Color information

#C0BDE3 (or 0xC0BDE3) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and E3. RGB value is (192,189,227). Sum of RGB (Red+Green+Blue) = 192+189+227=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE3 is #3F421C. Grayscale: #C2C2C2. Windows color (decimal): -4145693 or 14925248. OLE color: 14925248.

HSL color Cylindrical-coordinate representation of color #C0BDE3: hue angle of 244.74º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BDE3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192189227-
CMYK0.150.1700.11
HSL244.74º40.43%81.57%-
HSV(B)244.74º16.74%89.02%-
XYZ53.853.1580.1-
YUV194.23146.49126.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=31.58%
G=31.09%
B=37.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921892270.150.1700.11244.7440.4381.57
HexC0BDE3F110Bf52852
Octal300275343172101336550122
Binary11000000101111011110001111111000101011111101011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDE3; }

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

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

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

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

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

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

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

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