#B0ABDA

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

Shades of Lavender Grey #B0ABDA

Tints of Lavender Grey #B0ABDA

Color information

#B0ABDA (or 0xB0ABDA) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and DA. RGB value is (176,171,218). Sum of RGB (Red+Green+Blue) = 176+171+218=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDA is #4F5425. Grayscale: #B1B1B1. Windows color (decimal): -5198886 or 14330800. OLE color: 14330800.

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

Color convert

RGB176171218-
CMYK0.190.2200.15
HSL246.38º38.84%76.27%-
HSV(B)246.38º21.56%85.49%-
XYZ45.1243.4272.33-
YUV177.85150.66126.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=31.15%
G=30.27%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761712180.190.2200.15246.3838.8476.27
HexB0ABDA13160Ff6274c
Octal260253332232601736647114
Binary101100001010101111011010100111011001111111101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABDA; }

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

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

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

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

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

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

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

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