Html Css Color HEX #B0ABDC Lavender Grey

📋 copy color: '#B0ABDC'

red 176 ◦ green 171 ◦ blue 220

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

Shades of Lavender Grey #B0ABDC

Tints of Lavender Grey #B0ABDC

RGB

 RED value IS 176 (69.14% from 255) = 31.04%

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

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

R = 31.04%
G = 30.16%
B = 38.8%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0ABDC (or 0xB0ABDC) is known color: Lavender Grey. HEX triplet: B0, AB and DC. RGB value is (176,171,220). Sum of RGB (Red+Green+Blue) = 176+171+220=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDC is #4F5423. Grayscale: #B1B1B1. Windows color (decimal): -5198884 or 14461872. OLE color: 14461872.

HSL color Cylindrical-coordinate representation of color #B0ABDC: hue angle of 246.12º 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 #B0ABDC is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 171 220 -
CMYK 0.2 0.22 0 0.14
HSL 246.12º 0.41% 0.77% -
HSV(B) 246.12º 0.22% 0.86% -
XYZ 45.39 43.52 73.72 -
YUV 178.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 176 171 220 0.2 0.22 0 0.14 246.12 0.41 0.77
Hex B0 AB DC 14 16 0 E F6 29 4D
Octal 260 253 334 24 26 0 16 366 51 115
Binary 10110000 10101011 11011100 10100 10110 0 1110 11110110 101001 1001101

Color Harmonies of #B0ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABDC

Black with #B0ABDC

Text Example


Text Example

White with #B0ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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