#B3AFD8

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

Shades of Lavender Grey #B3AFD8

Tints of Lavender Grey #B3AFD8

Color information

#B3AFD8 (or 0xB3AFD8) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and D8. RGB value is (179,175,216). Sum of RGB (Red+Green+Blue) = 179+175+216=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFD8 is #4C5027. Grayscale: #B4B4B4. Windows color (decimal): -5001256 or 14200755. OLE color: 14200755.

HSL color Cylindrical-coordinate representation of color #B3AFD8: hue angle of 245.85º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3AFD8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179175216-
CMYK0.170.1900.15
HSL245.85º34.45%76.67%-
HSV(B)245.85º18.98%84.71%-
XYZ46.3245.271.25-
YUV180.87147.83126.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=31.40%
G=30.70%
B=37.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791752160.170.1900.15245.8534.4576.67
HexB3AFD811130Ff6224d
Octal263257330212301736642115
Binary101100111010111111011000100011001101111111101101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFD8; }

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

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

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

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

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

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

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

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