Html Css Color HEX #B0ADD7 Lavender Grey

📋 copy color: '#B0ADD7'

red 176 ◦ green 173 ◦ blue 215

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

Shades of Lavender Grey #B0ADD7

Tints of Lavender Grey #B0ADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 31.21%
G = 30.67%
B = 38.12%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0ADD7 (or 0xB0ADD7) is known color: Lavender Grey. HEX triplet: B0, AD and D7. RGB value is (176,173,215). Sum of RGB (Red+Green+Blue) = 176+173+215=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD7 is #4F5228. Grayscale: #B2B2B2. Windows color (decimal): -5198377 or 14134704. OLE color: 14134704.

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

Color convert

RGB 176 173 215 -
CMYK 0.18 0.20 0 0.16
HSL 244.29º 0.34% 0.76% -
HSV(B) 244.29º 0.2% 0.84% -
XYZ 45.11 44.02 70.41 -
YUV 178.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 176 173 215 0.18 0.20 0 0.16 244.29 0.34 0.76
Hex B0 AD D7 12 14 0 10 F4 22 4C
Octal 260 255 327 22 24 0 20 364 42 114
Binary 10110000 10101101 11010111 10010 10100 0 10000 11110100 100010 1001100

Color Harmonies of #B0ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADD7

Black with #B0ADD7

Text Example


Text Example

White with #B0ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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