Html Css Color HEX #B4ABDD Lavender Grey

📋 copy color: '#B4ABDD'

red 180 ◦ green 171 ◦ blue 221

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

Shades of Lavender Grey #B4ABDD

Tints of Lavender Grey #B4ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.9%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 31.47%
G = 29.9%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4ABDD (or 0xB4ABDD) is known color: Lavender Grey. HEX triplet: B4, AB and DD. RGB value is (180,171,221). Sum of RGB (Red+Green+Blue) = 180+171+221=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDD is #4B5422. Grayscale: #B3B3B3. Windows color (decimal): -4936739 or 14527412. OLE color: 14527412.

HSL color Cylindrical-coordinate representation of color #B4ABDD: hue angle of 250.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4ABDD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 171 221 -
CMYK 0.19 0.23 0 0.13
HSL 250.8º 0.42% 0.77% -
HSV(B) 250.8º 0.23% 0.87% -
XYZ 46.44 44.05 74.46 -
YUV 179.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 180 171 221 0.19 0.23 0 0.13 250.8 0.42 0.77
Hex B4 AB DD 13 17 0 D FB 2A 4D
Octal 264 253 335 23 27 0 15 373 52 115
Binary 10110100 10101011 11011101 10011 10111 0 1101 11111011 101010 1001101

Color Harmonies of #B4ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABDD

Black with #B4ABDD

Text Example


Text Example

White with #B4ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABDD; }

 p { color: rgb(180,171,221); }

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

background-color css

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

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

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

border-color css

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

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

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