Html Css Color HEX #B5ADDD Lavender Grey

📋 copy color: '#B5ADDD'

red 181 ◦ green 173 ◦ blue 221

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

Shades of Lavender Grey #B5ADDD

Tints of Lavender Grey #B5ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 31.48%
G = 30.09%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5ADDD (or 0xB5ADDD) is known color: Lavender Grey. HEX triplet: B5, AD and DD. RGB value is (181,173,221). Sum of RGB (Red+Green+Blue) = 181+173+221=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADDD is #4A5222. Grayscale: #B4B4B4. Windows color (decimal): -4870691 or 14527925. OLE color: 14527925.

HSL color Cylindrical-coordinate representation of color #B5ADDD: hue angle of 250º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5ADDD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 173 221 -
CMYK 0.18 0.22 0 0.13
HSL 250º 0.41% 0.77% -
HSV(B) 250º 0.22% 0.87% -
XYZ 47.05 44.93 74.6 -
YUV 180.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 181 173 221 0.18 0.22 0 0.13 250 0.41 0.77
Hex B5 AD DD 12 16 0 D FA 29 4D
Octal 265 255 335 22 26 0 15 372 51 115
Binary 10110101 10101101 11011101 10010 10110 0 1101 11111010 101001 1001101

Color Harmonies of #B5ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADDD

Black with #B5ADDD

Text Example


Text Example

White with #B5ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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