Html Css Color HEX #B3ABDA Lavender Grey

📋 copy color: '#B3ABDA'

red 179 ◦ green 171 ◦ blue 218

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

Shades of Lavender Grey #B3ABDA

Tints of Lavender Grey #B3ABDA

RGB

 RED value IS 179 (70.31% from 255) = 31.51%

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

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

R = 31.51%
G = 30.11%
B = 38.38%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3ABDA (or 0xB3ABDA) is known color: Lavender Grey. HEX triplet: B3, AB and DA. RGB value is (179,171,218). Sum of RGB (Red+Green+Blue) = 179+171+218=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABDA is #4C5425. Grayscale: #B2B2B2. Windows color (decimal): -5002278 or 14330803. OLE color: 14330803.

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

Color convert

RGB 179 171 218 -
CMYK 0.18 0.22 0 0.15
HSL 250.21º 0.39% 0.76% -
HSV(B) 250.21º 0.22% 0.85% -
XYZ 45.81 43.77 72.36 -
YUV 178.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 179 171 218 0.18 0.22 0 0.15 250.21 0.39 0.76
Hex B3 AB DA 12 16 0 F FA 27 4C
Octal 263 253 332 22 26 0 17 372 47 114
Binary 10110011 10101011 11011010 10010 10110 0 1111 11111010 100111 1001100

Color Harmonies of #B3ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABDA

Black with #B3ABDA

Text Example


Text Example

White with #B3ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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