Html Css Color HEX #B1AFDD Lavender Grey

📋 copy color: '#B1AFDD'

red 177 ◦ green 175 ◦ blue 221

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

Shades of Lavender Grey #B1AFDD

Tints of Lavender Grey #B1AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 30.89%
G = 30.54%
B = 38.57%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1AFDD (or 0xB1AFDD) is known color: Lavender Grey. HEX triplet: B1, AF and DD. RGB value is (177,175,221). Sum of RGB (Red+Green+Blue) = 177+175+221=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDD is #4E5022. Grayscale: #B4B4B4. Windows color (decimal): -5132323 or 14528433. OLE color: 14528433.

HSL color Cylindrical-coordinate representation of color #B1AFDD: hue angle of 242.61º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1AFDD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 175 221 -
CMYK 0.20 0.21 0 0.13
HSL 242.61º 0.4% 0.78% -
HSV(B) 242.61º 0.21% 0.87% -
XYZ 46.51 45.23 74.68 -
YUV 180.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 177 175 221 0.20 0.21 0 0.13 242.61 0.4 0.78
Hex B1 AF DD 14 15 0 D F3 28 4E
Octal 261 257 335 24 25 0 15 363 50 116
Binary 10110001 10101111 11011101 10100 10101 0 1101 11110011 101000 1001110

Color Harmonies of #B1AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFDD

Black with #B1AFDD

Text Example


Text Example

White with #B1AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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