Html Css Color HEX #B0B2DB Lavender Grey

📋 copy color: '#B0B2DB'

red 176 ◦ green 178 ◦ blue 219

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

Shades of Lavender Grey #B0B2DB

Tints of Lavender Grey #B0B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

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

R = 30.72%
G = 31.06%
B = 38.22%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0B2DB (or 0xB0B2DB) is known color: Lavender Grey. HEX triplet: B0, B2 and DB. RGB value is (176,178,219). Sum of RGB (Red+Green+Blue) = 176+178+219=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2DB is #4F4D24. Grayscale: #B5B5B5. Windows color (decimal): -5197093 or 14398128. OLE color: 14398128.

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

Color convert

RGB 176 178 219 -
CMYK 0.20 0.19 0 0.14
HSL 237.21º 0.37% 0.77% -
HSV(B) 237.21º 0.2% 0.86% -
XYZ 46.61 46.19 73.48 -
YUV 182.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 176 178 219 0.20 0.19 0 0.14 237.21 0.37 0.77
Hex B0 B2 DB 14 13 0 E ED 25 4D
Octal 260 262 333 24 23 0 16 355 45 115
Binary 10110000 10110010 11011011 10100 10011 0 1110 11101101 100101 1001101

Color Harmonies of #B0B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2DB

Black with #B0B2DB

Text Example


Text Example

White with #B0B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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