#C2BFDC

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

Shades of Lavender Grey #C2BFDC

Tints of Lavender Grey #C2BFDC

Color information

#C2BFDC (or 0xC2BFDC) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and DC. RGB value is (194,191,220). Sum of RGB (Red+Green+Blue) = 194+191+220=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDC is #3D4023. Grayscale: #C3C3C3. Windows color (decimal): -4014116 or 14467010. OLE color: 14467010.

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

Color convert

RGB194191220-
CMYK0.120.1300.14
HSL246.21º29.29%80.59%-
HSV(B)246.21º13.18%86.27%-
XYZ53.853.975.28-
YUV195.2141.99127.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=32.07%
G=31.57%
B=36.36%

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
Decimal1941912200.120.1300.14246.2129.2980.59
HexC2BFDCCD0Ef61d51
Octal302277334141501636635121
Binary110000101011111111011100110011010111011110110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFDC; }

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

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

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

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

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

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

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

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