#B4AFD8

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

Shades of Lavender Grey #B4AFD8

Tints of Lavender Grey #B4AFD8

Color information

#B4AFD8 (or 0xB4AFD8) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and D8. RGB value is (180,175,216). Sum of RGB (Red+Green+Blue) = 180+175+216=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFD8 is #4B5027. Grayscale: #B5B5B5. Windows color (decimal): -4935720 or 14200756. OLE color: 14200756.

HSL color Cylindrical-coordinate representation of color #B4AFD8: hue angle of 247.32º 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 #B4AFD8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180175216-
CMYK0.170.1900.15
HSL247.32º34.45%76.67%-
HSV(B)247.32º18.98%84.71%-
XYZ46.5545.3271.26-
YUV181.17147.66127.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=31.52%
G=30.65%
B=37.83%

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
Decimal1801752160.170.1900.15247.3234.4576.67
HexB4AFD811130Ff7224d
Octal264257330212301736742115
Binary101101001010111111011000100011001101111111101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFD8; }

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

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

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

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

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

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

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

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