Html Css Color HEX #B5B0D8 Lavender Grey

📋 copy color: '#B5B0D8'

red 181 ◦ green 176 ◦ blue 216

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

Shades of Lavender Grey #B5B0D8

Tints of Lavender Grey #B5B0D8

RGB

 RED value IS 181 (71.09% from 255) = 31.59%

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

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 31.59%
G = 30.72%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B5B0D8 (or 0xB5B0D8) is known color: Lavender Grey. HEX triplet: B5, B0 and D8. RGB value is (181,176,216). Sum of RGB (Red+Green+Blue) = 181+176+216=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0D8 is #4A4F27. Grayscale: #B5B5B5. Windows color (decimal): -4869928 or 14201013. OLE color: 14201013.

HSL color Cylindrical-coordinate representation of color #B5B0D8: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B0D8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 176 216 -
CMYK 0.16 0.19 0 0.15
HSL 247.5º 0.34% 0.77% -
HSV(B) 247.5º 0.19% 0.85% -
XYZ 46.98 45.83 71.34 -
YUV 182.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 181 176 216 0.16 0.19 0 0.15 247.5 0.34 0.77
Hex B5 B0 D8 10 13 0 F F8 22 4D
Octal 265 260 330 20 23 0 17 370 42 115
Binary 10110101 10110000 11011000 10000 10011 0 1111 11111000 100010 1001101

Color Harmonies of #B5B0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0D8

Black with #B5B0D8

Text Example


Text Example

White with #B5B0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0D8; }

 p { color: rgb(181,176,216); }

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

background-color css

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

 a { background-color: rgb(181,176,216); }

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

border-color css

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

 span { border-color: rgb(181,176,216); }

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