#C0BED5

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

Shades of Lavender Grey #C0BED5

Tints of Lavender Grey #C0BED5

Color information

#C0BED5 (or 0xC0BED5) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and D5. RGB value is (192,190,213). Sum of RGB (Red+Green+Blue) = 192+190+213=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BED5 is #3F412A. Grayscale: #C1C1C1. Windows color (decimal): -4145451 or 14008000. OLE color: 14008000.

HSL color Cylindrical-coordinate representation of color #C0BED5: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BED5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192190213-
CMYK0.100.1100.16
HSL245.22º21.5%79.02%-
HSV(B)245.22º10.8%83.53%-
XYZ52.1652.8470.4-
YUV193.22139.16127.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=32.27%
G=31.93%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921902130.100.1100.16245.2221.579.02
HexC0BED5AB010f5154f
Octal300276325121302036525117
Binary1100000010111110110101011010101101000011110101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BED5; }

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

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

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

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

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

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

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

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