Html Css Color HEX #B0ADE5 Lavender Grey

📋 copy color: '#B0ADE5'

red 176 ◦ green 173 ◦ blue 229

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

Shades of Lavender Grey #B0ADE5

Tints of Lavender Grey #B0ADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 30.45%
G = 29.93%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B0ADE5 (or 0xB0ADE5) is known color: Lavender Grey. HEX triplet: B0, AD and E5. RGB value is (176,173,229). Sum of RGB (Red+Green+Blue) = 176+173+229=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADE5 is #4F521A. Grayscale: #B4B4B4. Windows color (decimal): -5198363 or 15052208. OLE color: 15052208.

HSL color Cylindrical-coordinate representation of color #B0ADE5: hue angle of 243.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0ADE5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 173 229 -
CMYK 0.23 0.24 0 0.10
HSL 243.21º 0.52% 0.79% -
HSV(B) 243.21º 0.24% 0.9% -
XYZ 46.99 44.77 80.29 -
YUV 180.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 176 173 229 0.23 0.24 0 0.10 243.21 0.52 0.79
Hex B0 AD E5 17 18 0 A F3 34 4F
Octal 260 255 345 27 30 0 12 363 64 117
Binary 10110000 10101101 11100101 10111 11000 0 1010 11110011 110100 1001111

Color Harmonies of #B0ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADE5

Black with #B0ADE5

Text Example


Text Example

White with #B0ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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