#C1BDDF

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

Shades of Lavender Grey #C1BDDF

Tints of Lavender Grey #C1BDDF

Color information

#C1BDDF (or 0xC1BDDF) is unknown color: approx Lavender Grey. HEX triplet: C1, BD and DF. RGB value is (193,189,223). Sum of RGB (Red+Green+Blue) = 193+189+223=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 189 (74.22% from 255 or 31.24% 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 #C1BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDF is #3E4220. Grayscale: #C1C1C1. Windows color (decimal): -4080161 or 14663105. OLE color: 14663105.

HSL color Cylindrical-coordinate representation of color #C1BDDF: hue angle of 247.06º degrees, saturation: 0.35, 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 #C1BDDF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193189223-
CMYK0.130.1500.13
HSL247.06º34.69%80.78%-
HSV(B)247.06º15.25%87.45%-
XYZ53.5153.0677.23-
YUV194.07144.33127.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.90%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=31.90%
G=31.24%
B=36.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931892230.130.1500.13247.0634.6980.78
HexC1BDDFDF0Df72351
Octal301275337151701536743121
Binary1100000110111101110111111101111101101111101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDDF; }

 p { color: rgb(193,189,223); }

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

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

 a { background-color: rgb(193,189,223); }

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

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

 span { border-color: rgb(193,189,223); }

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