Html Css Color HEX #B0ADE1 Lavender Grey

📋 copy color: '#B0ADE1'

red 176 ◦ green 173 ◦ blue 225

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

Shades of Lavender Grey #B0ADE1

Tints of Lavender Grey #B0ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 30.66%
G = 30.14%
B = 39.2%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B0ADE1 (or 0xB0ADE1) is known color: Lavender Grey. HEX triplet: B0, AD and E1. RGB value is (176,173,225). Sum of RGB (Red+Green+Blue) = 176+173+225=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADE1 is #4F521E. Grayscale: #B3B3B3. Windows color (decimal): -5198367 or 14790064. OLE color: 14790064.

HSL color Cylindrical-coordinate representation of color #B0ADE1: hue angle of 243.46º degrees, saturation: 0.46, 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 #B0ADE1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 173 225 -
CMYK 0.22 0.23 0 0.12
HSL 243.46º 0.46% 0.78% -
HSV(B) 243.46º 0.23% 0.88% -
XYZ 46.44 44.55 77.39 -
YUV 179.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 176 173 225 0.22 0.23 0 0.12 243.46 0.46 0.78
Hex B0 AD E1 16 17 0 C F3 2E 4E
Octal 260 255 341 26 27 0 14 363 56 116
Binary 10110000 10101101 11100001 10110 10111 0 1100 11110011 101110 1001110

Color Harmonies of #B0ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADE1

Black with #B0ADE1

Text Example


Text Example

White with #B0ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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