Html Css Color HEX #B0B0DB Lavender Grey

📋 copy color: '#B0B0DB'

red 176 ◦ green 176 ◦ blue 219

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

Shades of Lavender Grey #B0B0DB

Tints of Lavender Grey #B0B0DB

RGB

 RED value IS 176 (69.14% from 255) = 30.82%

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

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

R = 30.82%
G = 30.82%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0B0DB (or 0xB0B0DB) is known color: Lavender Grey. HEX triplet: B0, B0 and DB. RGB value is (176,176,219). Sum of RGB (Red+Green+Blue) = 176+176+219=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0DB is #4F4F24. Grayscale: #B4B4B4. Windows color (decimal): -5197605 or 14397616. OLE color: 14397616.

HSL color Cylindrical-coordinate representation of color #B0B0DB: hue angle of 240º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B0DB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 176 219 -
CMYK 0.20 0.20 0 0.14
HSL 240º 0.37% 0.77% -
HSV(B) 240º 0.2% 0.86% -
XYZ 46.22 45.4 73.34 -
YUV 180.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 176 176 219 0.20 0.20 0 0.14 240 0.37 0.77
Hex B0 B0 DB 14 14 0 E F0 25 4D
Octal 260 260 333 24 24 0 16 360 45 115
Binary 10110000 10110000 11011011 10100 10100 0 1110 11110000 100101 1001101

Color Harmonies of #B0B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B0DB

Black with #B0B0DB

Text Example


Text Example

White with #B0B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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