Html Css Color HEX #B2ABDC Lavender Grey

📋 copy color: '#B2ABDC'

red 178 ◦ green 171 ◦ blue 220

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

Shades of Lavender Grey #B2ABDC

Tints of Lavender Grey #B2ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 31.28%
G = 30.05%
B = 38.66%

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

#B2ABDC (or 0xB2ABDC) is known color: Lavender Grey. HEX triplet: B2, AB and DC. RGB value is (178,171,220). Sum of RGB (Red+Green+Blue) = 178+171+220=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDC is #4D5423. Grayscale: #B2B2B2. Windows color (decimal): -5067812 or 14461874. OLE color: 14461874.

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

Color convert

RGB 178 171 220 -
CMYK 0.19 0.22 0 0.14
HSL 248.57º 0.41% 0.77% -
HSV(B) 248.57º 0.22% 0.86% -
XYZ 45.84 43.76 73.74 -
YUV 178.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 178 171 220 0.19 0.22 0 0.14 248.57 0.41 0.77
Hex B2 AB DC 13 16 0 E F9 29 4D
Octal 262 253 334 23 26 0 16 371 51 115
Binary 10110010 10101011 11011100 10011 10110 0 1110 11111001 101001 1001101

Color Harmonies of #B2ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABDC

Black with #B2ABDC

Text Example


Text Example

White with #B2ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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