Html Css Color HEX #B0ADE0 Lavender Grey

📋 copy color: '#B0ADE0'

red 176 ◦ green 173 ◦ blue 224

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

Shades of Lavender Grey #B0ADE0

Tints of Lavender Grey #B0ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.09%

R = 30.72%
G = 30.19%
B = 39.09%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B0ADE0 (or 0xB0ADE0) is known color: Lavender Grey. HEX triplet: B0, AD and E0. RGB value is (176,173,224). Sum of RGB (Red+Green+Blue) = 176+173+224=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADE0 is #4F521F. Grayscale: #B3B3B3. Windows color (decimal): -5198368 or 14724528. OLE color: 14724528.

HSL color Cylindrical-coordinate representation of color #B0ADE0: hue angle of 243.53º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0ADE0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 173 224 -
CMYK 0.21 0.23 0 0.12
HSL 243.53º 0.45% 0.78% -
HSV(B) 243.53º 0.23% 0.88% -
XYZ 46.3 44.5 76.67 -
YUV 179.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 176 173 224 0.21 0.23 0 0.12 243.53 0.45 0.78
Hex B0 AD E0 15 17 0 C F4 2D 4E
Octal 260 255 340 25 27 0 14 364 55 116
Binary 10110000 10101101 11100000 10101 10111 0 1100 11110100 101101 1001110

Color Harmonies of #B0ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADE0

Black with #B0ADE0

Text Example


Text Example

White with #B0ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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