#C2BFD6

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

Shades of Lavender Grey #C2BFD6

Tints of Lavender Grey #C2BFD6

Color information

#C2BFD6 (or 0xC2BFD6) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and D6. RGB value is (194,191,214). Sum of RGB (Red+Green+Blue) = 194+191+214=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD6 is #3D4029. Grayscale: #C2C2C2. Windows color (decimal): -4014122 or 14073794. OLE color: 14073794.

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

Color convert

RGB194191214-
CMYK0.090.1100.16
HSL247.83º21.9%79.41%-
HSV(B)247.83º10.75%83.92%-
XYZ53.0253.5971.17-
YUV194.52138.99127.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.39%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=32.39%
G=31.89%
B=35.73%

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
Decimal1941912140.090.1100.16247.8321.979.41
HexC2BFD69B010f8164f
Octal302277326111302037026117
Binary1100001010111111110101101001101101000011111000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFD6; }

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

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

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

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

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

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

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

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