Html Css Color HEX #B1ADE0 Lavender Grey

📋 copy color: '#B1ADE0'

red 177 ◦ green 173 ◦ blue 224

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

Shades of Lavender Grey #B1ADE0

Tints of Lavender Grey #B1ADE0

RGB

 RED value IS 177 (69.53% from 255) = 30.84%

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

 BLUE value IS 224 (87.89% from 255) = 39.02%

R = 30.84%
G = 30.14%
B = 39.02%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B1ADE0 (or 0xB1ADE0) is known color: Lavender Grey. HEX triplet: B1, AD and E0. RGB value is (177,173,224). Sum of RGB (Red+Green+Blue) = 177+173+224=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #B1ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADE0 is #4E521F. Grayscale: #B3B3B3. Windows color (decimal): -5132832 or 14724529. OLE color: 14724529.

HSL color Cylindrical-coordinate representation of color #B1ADE0: hue angle of 244.71º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1ADE0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 173 224 -
CMYK 0.21 0.23 0 0.12
HSL 244.71º 0.45% 0.78% -
HSV(B) 244.71º 0.23% 0.88% -
XYZ 46.53 44.62 76.68 -
YUV 180.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 177 173 224 0.21 0.23 0 0.12 244.71 0.45 0.78
Hex B1 AD E0 15 17 0 C F5 2D 4E
Octal 261 255 340 25 27 0 14 365 55 116
Binary 10110001 10101101 11100000 10101 10111 0 1100 11110101 101101 1001110

Color Harmonies of #B1ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADE0

Black with #B1ADE0

Text Example


Text Example

White with #B1ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADE0; }

 p { color: rgb(177,173,224); }

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

background-color css

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

 a { background-color: rgb(177,173,224); }

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

border-color css

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

 span { border-color: rgb(177,173,224); }

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