Html Css Color HEX #B4B4DB Lavender Grey

📋 copy color: '#B4B4DB'

red 180 ◦ green 180 ◦ blue 219

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

Shades of Lavender Grey #B4B4DB

Tints of Lavender Grey #B4B4DB

RGB

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

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

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

R = 31.09%
G = 31.09%
B = 37.82%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4B4DB (or 0xB4B4DB) is known color: Lavender Grey. HEX triplet: B4, B4 and DB. RGB value is (180,180,219). Sum of RGB (Red+Green+Blue) = 180+180+219=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4DB is #4B4B24. Grayscale: #B8B8B8. Windows color (decimal): -4934437 or 14398644. OLE color: 14398644.

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

Color convert

RGB 180 180 219 -
CMYK 0.18 0.18 0 0.14
HSL 240º 0.35% 0.78% -
HSV(B) 240º 0.18% 0.86% -
XYZ 47.93 47.46 73.65 -
YUV 184.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 180 180 219 0.18 0.18 0 0.14 240 0.35 0.78
Hex B4 B4 DB 12 12 0 E F0 23 4E
Octal 264 264 333 22 22 0 16 360 43 116
Binary 10110100 10110100 11011011 10010 10010 0 1110 11110000 100011 1001110

Color Harmonies of #B4B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B4DB

Black with #B4B4DB

Text Example


Text Example

White with #B4B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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