#B0ABDF

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

Shades of Lavender Grey #B0ABDF

Tints of Lavender Grey #B0ABDF

Color information

#B0ABDF (or 0xB0ABDF) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and DF. RGB value is (176,171,223). Sum of RGB (Red+Green+Blue) = 176+171+223=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDF is #4F5420. Grayscale: #B2B2B2. Windows color (decimal): -5198881 or 14658480. OLE color: 14658480.

HSL color Cylindrical-coordinate representation of color #B0ABDF: hue angle of 245.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0ABDF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176171223-
CMYK0.210.2300.13
HSL245.77º44.83%77.25%-
HSV(B)245.77º23.32%87.45%-
XYZ45.7943.6875.83-
YUV178.42153.16126.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=30.88%
G=30%
B=39.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761712230.210.2300.13245.7744.8377.25
HexB0ABDF15170Df62d4d
Octal260253337252701536655115
Binary101100001010101111011111101011011101101111101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABDF; }

 p { color: rgb(176,171,223); }

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

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

 a { background-color: rgb(176,171,223); }

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

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

 span { border-color: rgb(176,171,223); }

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