#B3AFE8

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

Shades of Lavender Grey #B3AFE8

Tints of Lavender Grey #B3AFE8

Color information

#B3AFE8 (or 0xB3AFE8) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and E8. RGB value is (179,175,232). Sum of RGB (Red+Green+Blue) = 179+175+232=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFE8 is #4C5017. Grayscale: #B6B6B6. Windows color (decimal): -5001240 or 15249331. OLE color: 15249331.

HSL color Cylindrical-coordinate representation of color #B3AFE8: hue angle of 244.21º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3AFE8 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179175232-
CMYK0.230.2500.09
HSL244.21º55.34%79.8%-
HSV(B)244.21º24.57%90.98%-
XYZ48.4946.0782.68-
YUV182.69155.83125.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 232 (91.02% from 255) = 39.59%
R=30.55%
G=29.86%
B=39.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791752320.230.2500.09244.2155.3479.8
HexB3AFE8171909f43750
Octal263257350273101136467120
Binary101100111010111111101000101111100101001111101001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFE8; }

 p { color: rgb(179,175,232); }

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

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

 a { background-color: rgb(179,175,232); }

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

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

 span { border-color: rgb(179,175,232); }

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