Html Css Color HEX #B7AFE1 Lavender Grey

📋 copy color: '#B7AFE1'

red 183 ◦ green 175 ◦ blue 225

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

Shades of Lavender Grey #B7AFE1

Tints of Lavender Grey #B7AFE1

RGB

 RED value IS 183 (71.88% from 255) = 31.39%

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

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

R = 31.39%
G = 30.02%
B = 38.59%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B7AFE1 (or 0xB7AFE1) is known color: Lavender Grey. HEX triplet: B7, AF and E1. RGB value is (183,175,225). Sum of RGB (Red+Green+Blue) = 183+175+225=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFE1 is #48501E. Grayscale: #B6B6B6. Windows color (decimal): -4739103 or 14790583. OLE color: 14790583.

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

Color convert

RGB 183 175 225 -
CMYK 0.19 0.22 0 0.12
HSL 249.6º 0.45% 0.78% -
HSV(B) 249.6º 0.22% 0.88% -
XYZ 48.45 46.16 77.59 -
YUV 183.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 183 175 225 0.19 0.22 0 0.12 249.6 0.45 0.78
Hex B7 AF E1 13 16 0 C FA 2D 4E
Octal 267 257 341 23 26 0 14 372 55 116
Binary 10110111 10101111 11100001 10011 10110 0 1100 11111010 101101 1001110

Color Harmonies of #B7AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFE1

Black with #B7AFE1

Text Example


Text Example

White with #B7AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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