Html Css Color HEX #B1AFDB Lavender Grey

📋 copy color: '#B1AFDB'

red 177 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B1AFDB

Tints of Lavender Grey #B1AFDB

RGB

 RED value IS 177 (69.53% from 255) = 31%

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

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

R = 31%
G = 30.65%
B = 38.35%

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

#B1AFDB (or 0xB1AFDB) is known color: Lavender Grey. HEX triplet: B1, AF and DB. RGB value is (177,175,219). Sum of RGB (Red+Green+Blue) = 177+175+219=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDB is #4E5024. Grayscale: #B4B4B4. Windows color (decimal): -5132325 or 14397361. OLE color: 14397361.

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

Color convert

RGB 177 175 219 -
CMYK 0.19 0.20 0 0.14
HSL 242.73º 0.38% 0.77% -
HSV(B) 242.73º 0.2% 0.86% -
XYZ 46.25 45.12 73.29 -
YUV 180.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 177 175 219 0.19 0.20 0 0.14 242.73 0.38 0.77
Hex B1 AF DB 13 14 0 E F3 26 4D
Octal 261 257 333 23 24 0 16 363 46 115
Binary 10110001 10101111 11011011 10011 10100 0 1110 11110011 100110 1001101

Color Harmonies of #B1AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFDB

Black with #B1AFDB

Text Example


Text Example

White with #B1AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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