Html Css Color HEX #B2AFDB Lavender Grey

📋 copy color: '#B2AFDB'

red 178 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B2AFDB

Tints of Lavender Grey #B2AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 31.12%
G = 30.59%
B = 38.29%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2AFDB (or 0xB2AFDB) is known color: Lavender Grey. HEX triplet: B2, AF and DB. RGB value is (178,175,219). Sum of RGB (Red+Green+Blue) = 178+175+219=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDB is #4D5024. Grayscale: #B4B4B4. Windows color (decimal): -5066789 or 14397362. OLE color: 14397362.

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

Color convert

RGB 178 175 219 -
CMYK 0.19 0.20 0 0.14
HSL 244.09º 0.38% 0.77% -
HSV(B) 244.09º 0.2% 0.86% -
XYZ 46.48 45.24 73.3 -
YUV 180.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 178 175 219 0.19 0.20 0 0.14 244.09 0.38 0.77
Hex B2 AF DB 13 14 0 E F4 26 4D
Octal 262 257 333 23 24 0 16 364 46 115
Binary 10110010 10101111 11011011 10011 10100 0 1110 11110100 100110 1001101

Color Harmonies of #B2AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFDB

Black with #B2AFDB

Text Example


Text Example

White with #B2AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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