Html Css Color HEX #B1AFE4 Lavender Grey

📋 copy color: '#B1AFE4'

red 177 ◦ green 175 ◦ blue 228

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

Shades of Lavender Grey #B1AFE4

Tints of Lavender Grey #B1AFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.31%

R = 30.52%
G = 30.17%
B = 39.31%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B1AFE4 (or 0xB1AFE4) is known color: Lavender Grey. HEX triplet: B1, AF and E4. RGB value is (177,175,228). Sum of RGB (Red+Green+Blue) = 177+175+228=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #B1AFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFE4 is #4E501B. Grayscale: #B5B5B5. Windows color (decimal): -5132316 or 14987185. OLE color: 14987185.

HSL color Cylindrical-coordinate representation of color #B1AFE4: hue angle of 242.26º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1AFE4 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 175 228 -
CMYK 0.22 0.23 0 0.11
HSL 242.26º 0.5% 0.79% -
HSV(B) 242.26º 0.23% 0.89% -
XYZ 47.47 45.61 79.7 -
YUV 181.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 177 175 228 0.22 0.23 0 0.11 242.26 0.5 0.79
Hex B1 AF E4 16 17 0 B F2 32 4F
Octal 261 257 344 26 27 0 13 362 62 117
Binary 10110001 10101111 11100100 10110 10111 0 1011 11110010 110010 1001111

Color Harmonies of #B1AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFE4

Black with #B1AFE4

Text Example


Text Example

White with #B1AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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