Html Css Color HEX #B5ACDB Lavender Grey

📋 copy color: '#B5ACDB'

red 181 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #B5ACDB

Tints of Lavender Grey #B5ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 31.64%
G = 30.07%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5ACDB (or 0xB5ACDB) is known color: Lavender Grey. HEX triplet: B5, AC and DB. RGB value is (181,172,219). Sum of RGB (Red+Green+Blue) = 181+172+219=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACDB is #4A5324. Grayscale: #B3B3B3. Windows color (decimal): -4870949 or 14396597. OLE color: 14396597.

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

Color convert

RGB 181 172 219 -
CMYK 0.17 0.21 0 0.14
HSL 251.49º 0.39% 0.77% -
HSV(B) 251.49º 0.21% 0.86% -
XYZ 46.59 44.44 73.14 -
YUV 180.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 181 172 219 0.17 0.21 0 0.14 251.49 0.39 0.77
Hex B5 AC DB 11 15 0 E FB 27 4D
Octal 265 254 333 21 25 0 16 373 47 115
Binary 10110101 10101100 11011011 10001 10101 0 1110 11111011 100111 1001101

Color Harmonies of #B5ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACDB

Black with #B5ACDB

Text Example


Text Example

White with #B5ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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