#C3BFEA

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

Shades of Lavender Grey #C3BFEA

Tints of Lavender Grey #C3BFEA

Color information

#C3BFEA (or 0xC3BFEA) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and EA. RGB value is (195,191,234). Sum of RGB (Red+Green+Blue) = 195+191+234=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEA is #3C4015. Grayscale: #C4C4C4. Windows color (decimal): -3948566 or 15384515. OLE color: 15384515.

HSL color Cylindrical-coordinate representation of color #C3BFEA: hue angle of 245.58º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BFEA is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195191234-
CMYK0.170.1800.08
HSL245.58º50.59%83.33%-
HSV(B)245.58º18.38%91.76%-
XYZ55.9954.885.47-
YUV197.1148.83126.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=31.45%
G=30.81%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951912340.170.1800.08245.5850.5983.33
HexC3BFEA111208f63353
Octal303277352212201036663123
Binary110000111011111111101010100011001001000111101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFEA; }

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

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

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

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

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

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

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

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