Html Css Color HEX #B0AADF Lavender Grey

📋 copy color: '#B0AADF'

red 176 ◦ green 170 ◦ blue 223

#B0AADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B0AADF

Tints of Lavender Grey #B0AADF

RGB

 RED value IS 176 (69.14% from 255) = 30.93%

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 30.93%
G = 29.88%
B = 39.19%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0AADF (or 0xB0AADF) is known color: Lavender Grey. HEX triplet: B0, AA and DF. RGB value is (176,170,223). Sum of RGB (Red+Green+Blue) = 176+170+223=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADF is #4F5520. Grayscale: #B1B1B1. Windows color (decimal): -5199137 or 14658224. OLE color: 14658224.

HSL color Cylindrical-coordinate representation of color #B0AADF: hue angle of 246.79º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0AADF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 170 223 -
CMYK 0.21 0.24 0 0.13
HSL 246.79º 0.45% 0.77% -
HSV(B) 246.79º 0.24% 0.87% -
XYZ 45.6 43.31 75.77 -
YUV 177.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 176 170 223 0.21 0.24 0 0.13 246.79 0.45 0.77
Hex B0 AA DF 15 18 0 D F7 2D 4D
Octal 260 252 337 25 30 0 15 367 55 115
Binary 10110000 10101010 11011111 10101 11000 0 1101 11110111 101101 1001101

Color Harmonies of #B0AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AADF

Black with #B0AADF

Text Example


Text Example

White with #B0AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AADF; }

 p { color: rgb(176,170,223); }

 H1.HeaderClassName
 {
   color: #B0AADF;
 }
 .AnyTagClassName
 {
   color: #B0AADF;
 }
</style>

background-color css

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

 a { background-color: rgb(176,170,223); }

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

border-color css

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

 span { border-color: rgb(176,170,223); }

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