Html Css Color HEX #B4B5DB Lavender Grey

📋 copy color: '#B4B5DB'

red 180 ◦ green 181 ◦ blue 219

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

Shades of Lavender Grey #B4B5DB

Tints of Lavender Grey #B4B5DB

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

 GREEN value IS 181 (71.09% from 255) = 31.21%

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

R = 31.03%
G = 31.21%
B = 37.76%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4B5DB (or 0xB4B5DB) is known color: Lavender Grey. HEX triplet: B4, B5 and DB. RGB value is (180,181,219). Sum of RGB (Red+Green+Blue) = 180+181+219=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B5DB is #4B4A24. Grayscale: #B8B8B8. Windows color (decimal): -4934181 or 14398900. OLE color: 14398900.

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

Color convert

RGB 180 181 219 -
CMYK 0.18 0.17 0 0.14
HSL 238.46º 0.35% 0.78% -
HSV(B) 238.46º 0.18% 0.86% -
XYZ 48.13 47.87 73.72 -
YUV 185.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 180 181 219 0.18 0.17 0 0.14 238.46 0.35 0.78
Hex B4 B5 DB 12 11 0 E EE 23 4E
Octal 264 265 333 22 21 0 16 356 43 116
Binary 10110100 10110101 11011011 10010 10001 0 1110 11101110 100011 1001110

Color Harmonies of #B4B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B5DB

Black with #B4B5DB

Text Example


Text Example

White with #B4B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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