Html Css Color HEX #B7AFE7 Lavender Grey

📋 copy color: '#B7AFE7'

red 183 ◦ green 175 ◦ blue 231

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

Shades of Lavender Grey #B7AFE7

Tints of Lavender Grey #B7AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.22%

R = 31.07%
G = 29.71%
B = 39.22%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B7AFE7 (or 0xB7AFE7) is known color: Lavender Grey. HEX triplet: B7, AF and E7. RGB value is (183,175,231). Sum of RGB (Red+Green+Blue) = 183+175+231=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFE7 is #485018. Grayscale: #B7B7B7. Windows color (decimal): -4739097 or 15183799. OLE color: 15183799.

HSL color Cylindrical-coordinate representation of color #B7AFE7: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7AFE7 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 175 231 -
CMYK 0.21 0.24 0 0.09
HSL 248.57º 0.54% 0.8% -
HSV(B) 248.57º 0.24% 0.91% -
XYZ 49.28 46.5 81.98 -
YUV 183.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 183 175 231 0.21 0.24 0 0.09 248.57 0.54 0.8
Hex B7 AF E7 15 18 0 9 F9 36 50
Octal 267 257 347 25 30 0 11 371 66 120
Binary 10110111 10101111 11100111 10101 11000 0 1001 11111001 110110 1010000

Color Harmonies of #B7AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFE7

Black with #B7AFE7

Text Example


Text Example

White with #B7AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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