Html Css Color HEX #B0ADD4 Lavender Grey

📋 copy color: '#B0ADD4'

red 176 ◦ green 173 ◦ blue 212

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

Shades of Lavender Grey #B0ADD4

Tints of Lavender Grey #B0ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 31.37%
G = 30.84%
B = 37.79%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B0ADD4 (or 0xB0ADD4) is known color: Lavender Grey. HEX triplet: B0, AD and D4. RGB value is (176,173,212). Sum of RGB (Red+Green+Blue) = 176+173+212=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #B0ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD4 is #4F522B. Grayscale: #B2B2B2. Windows color (decimal): -5198380 or 13938096. OLE color: 13938096.

HSL color Cylindrical-coordinate representation of color #B0ADD4: hue angle of 244.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0ADD4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 173 212 -
CMYK 0.17 0.18 0 0.17
HSL 244.62º 0.31% 0.75% -
HSV(B) 244.62º 0.18% 0.83% -
XYZ 44.73 43.87 68.4 -
YUV 178.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 176 173 212 0.17 0.18 0 0.17 244.62 0.31 0.75
Hex B0 AD D4 11 12 0 11 F5 1F 4B
Octal 260 255 324 21 22 0 21 365 37 113
Binary 10110000 10101101 11010100 10001 10010 0 10001 11110101 11111 1001011

Color Harmonies of #B0ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADD4

Black with #B0ADD4

Text Example


Text Example

White with #B0ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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