Html Css Color HEX #B5B2DB Lavender Grey

📋 copy color: '#B5B2DB'

red 181 ◦ green 178 ◦ blue 219

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

Shades of Lavender Grey #B5B2DB

Tints of Lavender Grey #B5B2DB

RGB

 RED value IS 181 (71.09% from 255) = 31.31%

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

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

R = 31.31%
G = 30.8%
B = 37.89%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5B2DB (or 0xB5B2DB) is known color: Lavender Grey. HEX triplet: B5, B2 and DB. RGB value is (181,178,219). Sum of RGB (Red+Green+Blue) = 181+178+219=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2DB is #4A4D24. Grayscale: #B7B7B7. Windows color (decimal): -4869413 or 14398133. OLE color: 14398133.

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

Color convert

RGB 181 178 219 -
CMYK 0.17 0.19 0 0.14
HSL 244.39º 0.36% 0.78% -
HSV(B) 244.39º 0.19% 0.86% -
XYZ 47.76 46.78 73.53 -
YUV 183.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 181 178 219 0.17 0.19 0 0.14 244.39 0.36 0.78
Hex B5 B2 DB 11 13 0 E F4 24 4E
Octal 265 262 333 21 23 0 16 364 44 116
Binary 10110101 10110010 11011011 10001 10011 0 1110 11110100 100100 1001110

Color Harmonies of #B5B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2DB

Black with #B5B2DB

Text Example


Text Example

White with #B5B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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