Html Css Color HEX #B5AFEB Lavender Grey

📋 copy color: '#B5AFEB'

red 181 ◦ green 175 ◦ blue 235

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

Shades of Lavender Grey #B5AFEB

Tints of Lavender Grey #B5AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 30.63%
G = 29.61%
B = 39.76%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5AFEB (or 0xB5AFEB) is known color: Lavender Grey. HEX triplet: B5, AF and EB. RGB value is (181,175,235). Sum of RGB (Red+Green+Blue) = 181+175+235=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFEB is #4A5014. Grayscale: #B7B7B7. Windows color (decimal): -4870165 or 15445941. OLE color: 15445941.

HSL color Cylindrical-coordinate representation of color #B5AFEB: hue angle of 246º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AFEB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 175 235 -
CMYK 0.23 0.26 0 0.08
HSL 246º 0.6% 0.8% -
HSV(B) 246º 0.26% 0.92% -
XYZ 49.38 46.48 84.97 -
YUV 183.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 181 175 235 0.23 0.26 0 0.08 246 0.6 0.8
Hex B5 AF EB 17 1A 0 8 F6 3C 50
Octal 265 257 353 27 32 0 10 366 74 120
Binary 10110101 10101111 11101011 10111 11010 0 1000 11110110 111100 1010000

Color Harmonies of #B5AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFEB

Black with #B5AFEB

Text Example


Text Example

White with #B5AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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