Html Css Color HEX #B8B4DB Lavender Grey

📋 copy color: '#B8B4DB'

red 184 ◦ green 180 ◦ blue 219

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

Shades of Lavender Grey #B8B4DB

Tints of Lavender Grey #B8B4DB

RGB

 RED value IS 184 (72.27% from 255) = 31.56%

 GREEN value IS 180 (70.7% from 255) = 30.87%

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

R = 31.56%
G = 30.87%
B = 37.56%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8B4DB (or 0xB8B4DB) is known color: Lavender Grey. HEX triplet: B8, B4 and DB. RGB value is (184,180,219). Sum of RGB (Red+Green+Blue) = 184+180+219=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B4DB is #474B24. Grayscale: #B9B9B9. Windows color (decimal): -4672293 or 14398648. OLE color: 14398648.

HSL color Cylindrical-coordinate representation of color #B8B4DB: hue angle of 246.15º 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 #B8B4DB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 180 219 -
CMYK 0.16 0.18 0 0.14
HSL 246.15º 0.35% 0.78% -
HSV(B) 246.15º 0.18% 0.86% -
XYZ 48.87 47.95 73.7 -
YUV 185.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 184 180 219 0.16 0.18 0 0.14 246.15 0.35 0.78
Hex B8 B4 DB 10 12 0 E F6 23 4E
Octal 270 264 333 20 22 0 16 366 43 116
Binary 10111000 10110100 11011011 10000 10010 0 1110 11110110 100011 1001110

Color Harmonies of #B8B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B4DB

Black with #B8B4DB

Text Example


Text Example

White with #B8B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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