#C1BED7

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

Shades of Lavender Grey #C1BED7

Tints of Lavender Grey #C1BED7

Color information

#C1BED7 (or 0xC1BED7) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and D7. RGB value is (193,190,215). Sum of RGB (Red+Green+Blue) = 193+190+215=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED7 is #3E4128. Grayscale: #C1C1C1. Windows color (decimal): -4079913 or 14139073. OLE color: 14139073.

HSL color Cylindrical-coordinate representation of color #C1BED7: hue angle of 247.2º 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 #C1BED7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193190215-
CMYK0.100.1200.16
HSL247.2º23.81%79.41%-
HSV(B)247.2º11.63%84.31%-
XYZ52.6753.0771.76-
YUV193.75139.99127.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=32.27%
G=31.77%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931902150.100.1200.16247.223.8179.41
HexC1BED7AC010f7184f
Octal301276327121402036730117
Binary1100000110111110110101111010110001000011110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BED7; }

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

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

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

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

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

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

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

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