#B0AED7

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

Shades of Lavender Grey #B0AED7

Tints of Lavender Grey #B0AED7

Color information

#B0AED7 (or 0xB0AED7) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and D7. RGB value is (176,174,215). Sum of RGB (Red+Green+Blue) = 176+174+215=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AED7 is #4F5128. Grayscale: #B3B3B3. Windows color (decimal): -5198121 or 14134960. OLE color: 14134960.

HSL color Cylindrical-coordinate representation of color #B0AED7: hue angle of 242.93º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0AED7 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176174215-
CMYK0.180.1900.16
HSL242.93º33.88%76.27%-
HSV(B)242.93º19.07%84.31%-
XYZ45.3144.4170.47-
YUV179.27148.16125.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=31.15%
G=30.80%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761742150.180.1900.16242.9333.8876.27
HexB0AED71213010f3224c
Octal260256327222302036342114
Binary1011000010101110110101111001010011010000111100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AED7; }

 p { color: rgb(176,174,215); }

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

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

 a { background-color: rgb(176,174,215); }

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

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

 span { border-color: rgb(176,174,215); }

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