Html Css Color HEX #B2ABDB Lavender Grey

📋 copy color: '#B2ABDB'

red 178 ◦ green 171 ◦ blue 219

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

Shades of Lavender Grey #B2ABDB

Tints of Lavender Grey #B2ABDB

RGB

 RED value IS 178 (69.92% from 255) = 31.34%

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

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

R = 31.34%
G = 30.11%
B = 38.56%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2ABDB (or 0xB2ABDB) is known color: Lavender Grey. HEX triplet: B2, AB and DB. RGB value is (178,171,219). Sum of RGB (Red+Green+Blue) = 178+171+219=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDB is #4D5424. Grayscale: #B2B2B2. Windows color (decimal): -5067813 or 14396338. OLE color: 14396338.

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

Color convert

RGB 178 171 219 -
CMYK 0.19 0.22 0 0.14
HSL 248.75º 0.4% 0.76% -
HSV(B) 248.75º 0.22% 0.86% -
XYZ 45.71 43.71 73.04 -
YUV 178.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 178 171 219 0.19 0.22 0 0.14 248.75 0.4 0.76
Hex B2 AB DB 13 16 0 E F9 28 4C
Octal 262 253 333 23 26 0 16 371 50 114
Binary 10110010 10101011 11011011 10011 10110 0 1110 11111001 101000 1001100

Color Harmonies of #B2ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABDB

Black with #B2ABDB

Text Example


Text Example

White with #B2ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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