Html Css Color HEX #B0ABDA Lavender Grey

📋 copy color: '#B0ABDA'

red 176 ◦ green 171 ◦ blue 218

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

Shades of Lavender Grey #B0ABDA

Tints of Lavender Grey #B0ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 31.15%
G = 30.27%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0ABDA (or 0xB0ABDA) is known color: Lavender Grey. HEX triplet: B0, AB and DA. RGB value is (176,171,218). Sum of RGB (Red+Green+Blue) = 176+171+218=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDA is #4F5425. Grayscale: #B1B1B1. Windows color (decimal): -5198886 or 14330800. OLE color: 14330800.

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

Color convert

RGB 176 171 218 -
CMYK 0.19 0.22 0 0.15
HSL 246.38º 0.39% 0.76% -
HSV(B) 246.38º 0.22% 0.85% -
XYZ 45.12 43.42 72.33 -
YUV 177.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 176 171 218 0.19 0.22 0 0.15 246.38 0.39 0.76
Hex B0 AB DA 13 16 0 F F6 27 4C
Octal 260 253 332 23 26 0 17 366 47 114
Binary 10110000 10101011 11011010 10011 10110 0 1111 11110110 100111 1001100

Color Harmonies of #B0ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABDA

Black with #B0ABDA

Text Example


Text Example

White with #B0ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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