Html Css Color HEX #B1AFE1 Lavender Grey

📋 copy color: '#B1AFE1'

red 177 ◦ green 175 ◦ blue 225

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

Shades of Lavender Grey #B1AFE1

Tints of Lavender Grey #B1AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 30.68%
G = 30.33%
B = 38.99%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B1AFE1 (or 0xB1AFE1) is known color: Lavender Grey. HEX triplet: B1, AF and E1. RGB value is (177,175,225). Sum of RGB (Red+Green+Blue) = 177+175+225=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1AFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFE1 is #4E501E. Grayscale: #B5B5B5. Windows color (decimal): -5132319 or 14790577. OLE color: 14790577.

HSL color Cylindrical-coordinate representation of color #B1AFE1: hue angle of 242.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AFE1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 175 225 -
CMYK 0.21 0.22 0 0.12
HSL 242.4º 0.45% 0.78% -
HSV(B) 242.4º 0.22% 0.88% -
XYZ 47.05 45.44 77.53 -
YUV 181.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 177 175 225 0.21 0.22 0 0.12 242.4 0.45 0.78
Hex B1 AF E1 15 16 0 C F2 2D 4E
Octal 261 257 341 25 26 0 14 362 55 116
Binary 10110001 10101111 11100001 10101 10110 0 1100 11110010 101101 1001110

Color Harmonies of #B1AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFE1

Black with #B1AFE1

Text Example


Text Example

White with #B1AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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