Html Css Color HEX #B2AFDA Lavender Grey

📋 copy color: '#B2AFDA'

red 178 ◦ green 175 ◦ blue 218

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

Shades of Lavender Grey #B2AFDA

Tints of Lavender Grey #B2AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.65%

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

R = 31.17%
G = 30.65%
B = 38.18%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2AFDA (or 0xB2AFDA) is known color: Lavender Grey. HEX triplet: B2, AF and DA. RGB value is (178,175,218). Sum of RGB (Red+Green+Blue) = 178+175+218=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDA is #4D5025. Grayscale: #B4B4B4. Windows color (decimal): -5066790 or 14331826. OLE color: 14331826.

HSL color Cylindrical-coordinate representation of color #B2AFDA: hue angle of 244.19º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AFDA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 175 218 -
CMYK 0.18 0.20 0 0.15
HSL 244.19º 0.37% 0.77% -
HSV(B) 244.19º 0.2% 0.85% -
XYZ 46.34 45.19 72.61 -
YUV 180.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 178 175 218 0.18 0.20 0 0.15 244.19 0.37 0.77
Hex B2 AF DA 12 14 0 F F4 25 4D
Octal 262 257 332 22 24 0 17 364 45 115
Binary 10110010 10101111 11011010 10010 10100 0 1111 11110100 100101 1001101

Color Harmonies of #B2AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFDA

Black with #B2AFDA

Text Example


Text Example

White with #B2AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFDA; }

 p { color: rgb(178,175,218); }

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

background-color css

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

 a { background-color: rgb(178,175,218); }

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

border-color css

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

 span { border-color: rgb(178,175,218); }

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