Html Css Color HEX #B5B8DB Lavender Grey

📋 copy color: '#B5B8DB'

red 181 ◦ green 184 ◦ blue 219

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

Shades of Lavender Grey #B5B8DB

Tints of Lavender Grey #B5B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 30.99%
G = 31.51%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5B8DB (or 0xB5B8DB) is known color: Lavender Grey. HEX triplet: B5, B8 and DB. RGB value is (181,184,219). Sum of RGB (Red+Green+Blue) = 181+184+219=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8DB is #4A4724. Grayscale: #BABABA. Windows color (decimal): -4867877 or 14399669. OLE color: 14399669.

HSL color Cylindrical-coordinate representation of color #B5B8DB: hue angle of 235.26º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B8DB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 184 219 -
CMYK 0.17 0.16 0 0.14
HSL 235.26º 0.35% 0.78% -
HSV(B) 235.26º 0.17% 0.86% -
XYZ 48.98 49.22 73.94 -
YUV 187.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 181 184 219 0.17 0.16 0 0.14 235.26 0.35 0.78
Hex B5 B8 DB 11 10 0 E EB 23 4E
Octal 265 270 333 21 20 0 16 353 43 116
Binary 10110101 10111000 11011011 10001 10000 0 1110 11101011 100011 1001110

Color Harmonies of #B5B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B8DB

Black with #B5B8DB

Text Example


Text Example

White with #B5B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B8DB; }

 p { color: rgb(181,184,219); }

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

background-color css

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

 a { background-color: rgb(181,184,219); }

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

border-color css

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

 span { border-color: rgb(181,184,219); }

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