#C2BFDB

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

Shades of Lavender Grey #C2BFDB

Tints of Lavender Grey #C2BFDB

Color information

#C2BFDB (or 0xC2BFDB) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and DB. RGB value is (194,191,219). Sum of RGB (Red+Green+Blue) = 194+191+219=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDB is #3D4024. Grayscale: #C2C2C2. Windows color (decimal): -4014117 or 14401474. OLE color: 14401474.

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

Color convert

RGB194191219-
CMYK0.110.1300.14
HSL246.43º28%80.39%-
HSV(B)246.43º12.79%85.88%-
XYZ53.6753.8574.58-
YUV195.09141.49127.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=32.12%
G=31.62%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941912190.110.1300.14246.432880.39
HexC2BFDBBD0Ef61c50
Octal302277333131501636634120
Binary110000101011111111011011101111010111011110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFDB; }

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

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

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

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

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

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

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

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