#B0ABE7

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

Shades of Lavender Grey #B0ABE7

Tints of Lavender Grey #B0ABE7

Color information

#B0ABE7 (or 0xB0ABE7) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and E7. RGB value is (176,171,231). Sum of RGB (Red+Green+Blue) = 176+171+231=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0ABE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABE7 is #4F5418. Grayscale: #B3B3B3. Windows color (decimal): -5198873 or 15182768. OLE color: 15182768.

HSL color Cylindrical-coordinate representation of color #B0ABE7: hue angle of 245º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0ABE7 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176171231-
CMYK0.240.2600.09
HSL245º55.56%78.82%-
HSV(B)245º25.97%90.59%-
XYZ46.8944.1381.65-
YUV179.33157.16125.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=30.45%
G=29.58%
B=39.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761712310.240.2600.0924555.5678.82
HexB0ABE7181A09f5384f
Octal260253347303201136570117
Binary101100001010101111100111110001101001001111101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABE7; }

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

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

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

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

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

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

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

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