Html Css Color HEX #B5AFD7 Lavender Grey

📋 copy color: '#B5AFD7'

red 181 ◦ green 175 ◦ blue 215

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

Shades of Lavender Grey #B5AFD7

Tints of Lavender Grey #B5AFD7

RGB

 RED value IS 181 (71.09% from 255) = 31.7%

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

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 31.7%
G = 30.65%
B = 37.65%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B5AFD7 (or 0xB5AFD7) is known color: Lavender Grey. HEX triplet: B5, AF and D7. RGB value is (181,175,215). Sum of RGB (Red+Green+Blue) = 181+175+215=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD7 is #4A5028. Grayscale: #B5B5B5. Windows color (decimal): -4870185 or 14135221. OLE color: 14135221.

HSL color Cylindrical-coordinate representation of color #B5AFD7: hue angle of 249º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AFD7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 175 215 -
CMYK 0.16 0.19 0 0.16
HSL 249º 0.33% 0.76% -
HSV(B) 249º 0.19% 0.84% -
XYZ 46.65 45.39 70.59 -
YUV 181.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 181 175 215 0.16 0.19 0 0.16 249 0.33 0.76
Hex B5 AF D7 10 13 0 10 F9 21 4C
Octal 265 257 327 20 23 0 20 371 41 114
Binary 10110101 10101111 11010111 10000 10011 0 10000 11111001 100001 1001100

Color Harmonies of #B5AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFD7

Black with #B5AFD7

Text Example


Text Example

White with #B5AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFD7; }

 p { color: rgb(181,175,215); }

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

background-color css

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

 a { background-color: rgb(181,175,215); }

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

border-color css

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

 span { border-color: rgb(181,175,215); }

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