#C1BFDC

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

Shades of Lavender Grey #C1BFDC

Tints of Lavender Grey #C1BFDC

Color information

#C1BFDC (or 0xC1BFDC) is unknown color: approx Lavender Grey. HEX triplet: C1, BF and DC. RGB value is (193,191,220). Sum of RGB (Red+Green+Blue) = 193+191+220=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDC is #3E4023. Grayscale: #C2C2C2. Windows color (decimal): -4079652 or 14467009. OLE color: 14467009.

HSL color Cylindrical-coordinate representation of color #C1BFDC: hue angle of 244.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BFDC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193191220-
CMYK0.120.1300.14
HSL244.14º29.29%80.59%-
HSV(B)244.14º13.18%86.27%-
XYZ53.5453.7775.27-
YUV194.9142.16126.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=31.95%
G=31.62%
B=36.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931912200.120.1300.14244.1429.2980.59
HexC1BFDCCD0Ef41d51
Octal301277334141501636435121
Binary110000011011111111011100110011010111011110100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFDC; }

 p { color: rgb(193,191,220); }

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

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

 a { background-color: rgb(193,191,220); }

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

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

 span { border-color: rgb(193,191,220); }

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