#B0AFE0

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

Shades of Lavender Grey #B0AFE0

Tints of Lavender Grey #B0AFE0

Color information

#B0AFE0 (or 0xB0AFE0) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and E0. RGB value is (176,175,224). Sum of RGB (Red+Green+Blue) = 176+175+224=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0AFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFE0 is #4F501F. Grayscale: #B4B4B4. Windows color (decimal): -5197856 or 14725040. OLE color: 14725040.

HSL color Cylindrical-coordinate representation of color #B0AFE0: hue angle of 241.22º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0AFE0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176175224-
CMYK0.210.2200.12
HSL241.22º44.14%78.24%-
HSV(B)241.22º21.88%87.84%-
XYZ46.6945.2776.8-
YUV180.88152.33124.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=30.61%
G=30.43%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761752240.210.2200.12241.2244.1478.24
HexB0AFE015160Cf12c4e
Octal260257340252601436154116
Binary101100001010111111100000101011011001100111100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFE0; }

 p { color: rgb(176,175,224); }

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

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

 a { background-color: rgb(176,175,224); }

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

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

 span { border-color: rgb(176,175,224); }

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