#C1BED5

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

Shades of Lavender Grey #C1BED5

Tints of Lavender Grey #C1BED5

Color information

#C1BED5 (or 0xC1BED5) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and D5. RGB value is (193,190,213). Sum of RGB (Red+Green+Blue) = 193+190+213=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED5 is #3E412A. Grayscale: #C1C1C1. Windows color (decimal): -4079915 or 14008001. OLE color: 14008001.

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

Color convert

RGB193190213-
CMYK0.090.1100.16
HSL247.83º21.5%79.02%-
HSV(B)247.83º10.8%83.53%-
XYZ52.4252.9770.41-
YUV193.52138.99127.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=32.38%
G=31.88%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931902130.090.1100.16247.8321.579.02
HexC1BED59B010f8154f
Octal301276325111302037025117
Binary1100000110111110110101011001101101000011111000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BED5; }

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

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

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

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

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

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

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

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