#B0A9EA

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

Shades of Lavender Grey #B0A9EA

Tints of Lavender Grey #B0A9EA

Color information

#B0A9EA (or 0xB0A9EA) is unknown color: approx Lavender Grey. HEX triplet: B0, A9 and EA. RGB value is (176,169,234). Sum of RGB (Red+Green+Blue) = 176+169+234=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0A9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A9EA is #4F5615. Grayscale: #B2B2B2. Windows color (decimal): -5199382 or 15378864. OLE color: 15378864.

HSL color Cylindrical-coordinate representation of color #B0A9EA: hue angle of 246.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A9EA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176169234-
CMYK0.250.2800.08
HSL246.46º60.75%79.02%-
HSV(B)246.46º27.78%91.76%-
XYZ46.9443.5583.77-
YUV178.5159.32126.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=30.40%
G=29.19%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761692340.250.2800.08246.4660.7579.02
HexB0A9EA191C08f63d4f
Octal260251352313401036675117
Binary101100001010100111101010110011110001000111101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9EA; }

 p { color: rgb(176,169,234); }

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

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

 a { background-color: rgb(176,169,234); }

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

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

 span { border-color: rgb(176,169,234); }

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