#B3AFD5

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

Shades of Lavender Grey #B3AFD5

Tints of Lavender Grey #B3AFD5

Color information

#B3AFD5 (or 0xB3AFD5) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and D5. RGB value is (179,175,213). Sum of RGB (Red+Green+Blue) = 179+175+213=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFD5 is #4C502A. Grayscale: #B4B4B4. Windows color (decimal): -5001259 or 14004147. OLE color: 14004147.

HSL color Cylindrical-coordinate representation of color #B3AFD5: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3AFD5 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179175213-
CMYK0.160.1800.16
HSL246.32º31.15%76.08%-
HSV(B)246.32º17.84%83.53%-
XYZ45.9345.0569.23-
YUV180.53146.33126.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=31.57%
G=30.86%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791752130.160.1800.16246.3231.1576.08
HexB3AFD51012010f61f4c
Octal263257325202202036637114
Binary101100111010111111010101100001001001000011110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFD5; }

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

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

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

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

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

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

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

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