Html Css Color HEX #B5ADE7 Lavender Grey

📋 copy color: '#B5ADE7'

red 181 ◦ green 173 ◦ blue 231

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

Shades of Lavender Grey #B5ADE7

Tints of Lavender Grey #B5ADE7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

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

R = 30.94%
G = 29.57%
B = 39.49%

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

#B5ADE7 (or 0xB5ADE7) is known color: Lavender Grey. HEX triplet: B5, AD and E7. RGB value is (181,173,231). Sum of RGB (Red+Green+Blue) = 181+173+231=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #B5ADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADE7 is #4A5218. Grayscale: #B5B5B5. Windows color (decimal): -4870681 or 15183285. OLE color: 15183285.

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

Color convert

RGB 181 173 231 -
CMYK 0.22 0.25 0 0.09
HSL 248.28º 0.55% 0.79% -
HSV(B) 248.28º 0.25% 0.91% -
XYZ 48.42 45.48 81.83 -
YUV 182 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 181 173 231 0.22 0.25 0 0.09 248.28 0.55 0.79
Hex B5 AD E7 16 19 0 9 F8 37 4F
Octal 265 255 347 26 31 0 11 370 67 117
Binary 10110101 10101101 11100111 10110 11001 0 1001 11111000 110111 1001111

Color Harmonies of #B5ADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADE7

Black with #B5ADE7

Text Example


Text Example

White with #B5ADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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