Html Css Color HEX #B1AFDC Lavender Grey

📋 copy color: '#B1AFDC'

red 177 ◦ green 175 ◦ blue 220

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

Shades of Lavender Grey #B1AFDC

Tints of Lavender Grey #B1AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 30.94%
G = 30.59%
B = 38.46%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1AFDC (or 0xB1AFDC) is known color: Lavender Grey. HEX triplet: B1, AF and DC. RGB value is (177,175,220). Sum of RGB (Red+Green+Blue) = 177+175+220=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDC is #4E5023. Grayscale: #B4B4B4. Windows color (decimal): -5132324 or 14462897. OLE color: 14462897.

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

Color convert

RGB 177 175 220 -
CMYK 0.20 0.20 0 0.14
HSL 242.67º 0.39% 0.77% -
HSV(B) 242.67º 0.2% 0.86% -
XYZ 46.38 45.17 73.99 -
YUV 180.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 177 175 220 0.20 0.20 0 0.14 242.67 0.39 0.77
Hex B1 AF DC 14 14 0 E F3 27 4D
Octal 261 257 334 24 24 0 16 363 47 115
Binary 10110001 10101111 11011100 10100 10100 0 1110 11110011 100111 1001101

Color Harmonies of #B1AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFDC

Black with #B1AFDC

Text Example


Text Example

White with #B1AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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