#C0BED7

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

Shades of Lavender Grey #C0BED7

Tints of Lavender Grey #C0BED7

Color information

#C0BED7 (or 0xC0BED7) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and D7. RGB value is (192,190,215). Sum of RGB (Red+Green+Blue) = 192+190+215=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BED7 is #3F4128. Grayscale: #C1C1C1. Windows color (decimal): -4145449 or 14139072. OLE color: 14139072.

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

Color convert

RGB192190215-
CMYK0.110.1200.16
HSL244.8º23.81%79.41%-
HSV(B)244.8º11.63%84.31%-
XYZ52.4252.9471.75-
YUV193.45140.16126.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=32.16%
G=31.83%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921902150.110.1200.16244.823.8179.41
HexC0BED7BC010f5184f
Octal300276327131402036530117
Binary1100000010111110110101111011110001000011110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BED7; }

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

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

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

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

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

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

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

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