Html Css Color HEX #B5AFE7 Lavender Grey

📋 copy color: '#B5AFE7'

red 181 ◦ green 175 ◦ blue 231

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

Shades of Lavender Grey #B5AFE7

Tints of Lavender Grey #B5AFE7

RGB

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

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

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

R = 30.83%
G = 29.81%
B = 39.35%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5AFE7 (or 0xB5AFE7) is known color: Lavender Grey. HEX triplet: B5, AF and E7. RGB value is (181,175,231). Sum of RGB (Red+Green+Blue) = 181+175+231=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #B5AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFE7 is #4A5018. Grayscale: #B6B6B6. Windows color (decimal): -4870169 or 15183797. OLE color: 15183797.

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

Color convert

RGB 181 175 231 -
CMYK 0.22 0.24 0 0.09
HSL 246.43º 0.54% 0.8% -
HSV(B) 246.43º 0.24% 0.91% -
XYZ 48.81 46.25 81.96 -
YUV 183.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 181 175 231 0.22 0.24 0 0.09 246.43 0.54 0.8
Hex B5 AF E7 16 18 0 9 F6 36 50
Octal 265 257 347 26 30 0 11 366 66 120
Binary 10110101 10101111 11100111 10110 11000 0 1001 11110110 110110 1010000

Color Harmonies of #B5AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFE7

Black with #B5AFE7

Text Example


Text Example

White with #B5AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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