#C2BFD5

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

Shades of Lavender Grey #C2BFD5

Tints of Lavender Grey #C2BFD5

Color information

#C2BFD5 (or 0xC2BFD5) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and D5. RGB value is (194,191,213). Sum of RGB (Red+Green+Blue) = 194+191+213=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD5 is #3D402A. Grayscale: #C2C2C2. Windows color (decimal): -4014123 or 14008258. OLE color: 14008258.

HSL color Cylindrical-coordinate representation of color #C2BFD5: hue angle of 248.18º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BFD5 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194191213-
CMYK0.090.1000.16
HSL248.18º20.75%79.22%-
HSV(B)248.18º10.33%83.53%-
XYZ52.8953.5470.5-
YUV194.4138.49127.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.44%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=32.44%
G=31.94%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941912130.090.1000.16248.1820.7579.22
HexC2BFD59A010f8154f
Octal302277325111202037025117
Binary1100001010111111110101011001101001000011111000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFD5; }

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

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

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

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

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

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

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

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