Html Css Color HEX #B5AFF2 Lavender Grey

📋 copy color: '#B5AFF2'

red 181 ◦ green 175 ◦ blue 242

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

Shades of Lavender Grey #B5AFF2

Tints of Lavender Grey #B5AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.47%

R = 30.27%
G = 29.26%
B = 40.47%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5AFF2 (or 0xB5AFF2) is known color: Lavender Grey. HEX triplet: B5, AF and F2. RGB value is (181,175,242). Sum of RGB (Red+Green+Blue) = 181+175+242=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFF2 is #4A500D. Grayscale: #B8B8B8. Windows color (decimal): -4870158 or 15904693. OLE color: 15904693.

HSL color Cylindrical-coordinate representation of color #B5AFF2: hue angle of 245.37º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5AFF2 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 175 242 -
CMYK 0.25 0.28 0 0.05
HSL 245.37º 0.72% 0.82% -
HSV(B) 245.37º 0.28% 0.95% -
XYZ 50.41 46.89 90.4 -
YUV 184.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 181 175 242 0.25 0.28 0 0.05 245.37 0.72 0.82
Hex B5 AF F2 19 1C 0 5 F5 48 52
Octal 265 257 362 31 34 0 5 365 110 122
Binary 10110101 10101111 11110010 11001 11100 0 101 11110101 1001000 1010010

Color Harmonies of #B5AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFF2

Black with #B5AFF2

Text Example


Text Example

White with #B5AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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