#C3BFD6

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

Shades of Lavender Grey #C3BFD6

Tints of Lavender Grey #C3BFD6

Color information

#C3BFD6 (or 0xC3BFD6) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and D6. RGB value is (195,191,214). Sum of RGB (Red+Green+Blue) = 195+191+214=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD6 is #3C4029. Grayscale: #C2C2C2. Windows color (decimal): -3948586 or 14073795. OLE color: 14073795.

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

Color convert

RGB195191214-
CMYK0.090.1100.16
HSL250.43º21.9%79.41%-
HSV(B)250.43º10.75%83.92%-
XYZ53.2753.7271.18-
YUV194.82138.83128.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=32.5%
G=31.83%
B=35.67%

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
Decimal1951912140.090.1100.16250.4321.979.41
HexC3BFD69B010fa164f
Octal303277326111302037226117
Binary1100001110111111110101101001101101000011111010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD6; }

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

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

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

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

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

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

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

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