Html Css Color HEX #B0ADD5 Lavender Grey

📋 copy color: '#B0ADD5'

red 176 ◦ green 173 ◦ blue 213

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

Shades of Lavender Grey #B0ADD5

Tints of Lavender Grey #B0ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 31.32%
G = 30.78%
B = 37.9%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0ADD5 (or 0xB0ADD5) is known color: Lavender Grey. HEX triplet: B0, AD and D5. RGB value is (176,173,213). Sum of RGB (Red+Green+Blue) = 176+173+213=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #B0ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD5 is #4F522A. Grayscale: #B2B2B2. Windows color (decimal): -5198379 or 14003632. OLE color: 14003632.

HSL color Cylindrical-coordinate representation of color #B0ADD5: hue angle of 244.5º degrees, saturation: 0.32, 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 #B0ADD5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 173 213 -
CMYK 0.17 0.19 0 0.16
HSL 244.5º 0.32% 0.76% -
HSV(B) 244.5º 0.19% 0.84% -
XYZ 44.86 43.92 69.06 -
YUV 178.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 176 173 213 0.17 0.19 0 0.16 244.5 0.32 0.76
Hex B0 AD D5 11 13 0 10 F4 20 4C
Octal 260 255 325 21 23 0 20 364 40 114
Binary 10110000 10101101 11010101 10001 10011 0 10000 11110100 100000 1001100

Color Harmonies of #B0ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADD5

Black with #B0ADD5

Text Example


Text Example

White with #B0ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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