Html Css Color HEX #B5AFE8 Lavender Grey

📋 copy color: '#B5AFE8'

red 181 ◦ green 175 ◦ blue 232

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

Shades of Lavender Grey #B5AFE8

Tints of Lavender Grey #B5AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 30.78%
G = 29.76%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5AFE8 (or 0xB5AFE8) is known color: Lavender Grey. HEX triplet: B5, AF and E8. RGB value is (181,175,232). Sum of RGB (Red+Green+Blue) = 181+175+232=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFE8 is #4A5017. Grayscale: #B7B7B7. Windows color (decimal): -4870168 or 15249333. OLE color: 15249333.

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

Color convert

RGB 181 175 232 -
CMYK 0.22 0.25 0 0.09
HSL 246.32º 0.55% 0.8% -
HSV(B) 246.32º 0.25% 0.91% -
XYZ 48.95 46.31 82.7 -
YUV 183.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 181 175 232 0.22 0.25 0 0.09 246.32 0.55 0.8
Hex B5 AF E8 16 19 0 9 F6 37 50
Octal 265 257 350 26 31 0 11 366 67 120
Binary 10110101 10101111 11101000 10110 11001 0 1001 11110110 110111 1010000

Color Harmonies of #B5AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFE8

Black with #B5AFE8

Text Example


Text Example

White with #B5AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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