#C0BEDF

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

Shades of Lavender Grey #C0BEDF

Tints of Lavender Grey #C0BEDF

Color information

#C0BEDF (or 0xC0BEDF) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and DF. RGB value is (192,190,223). Sum of RGB (Red+Green+Blue) = 192+190+223=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEDF is #3F4120. Grayscale: #C2C2C2. Windows color (decimal): -4145441 or 14663360. OLE color: 14663360.

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

Color convert

RGB192190223-
CMYK0.140.1500.13
HSL243.64º34.02%80.98%-
HSV(B)243.64º14.8%87.45%-
XYZ53.4753.3677.29-
YUV194.36144.16126.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=31.74%
G=31.40%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921902230.140.1500.13243.6434.0280.98
HexC0BEDFEF0Df42251
Octal300276337161701536442121
Binary1100000010111110110111111110111101101111101001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEDF; }

 p { color: rgb(192,190,223); }

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

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

 a { background-color: rgb(192,190,223); }

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

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

 span { border-color: rgb(192,190,223); }

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