Html Css Color HEX #B1ADEB Lavender Grey

📋 copy color: '#B1ADEB'

red 177 ◦ green 173 ◦ blue 235

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

Shades of Lavender Grey #B1ADEB

Tints of Lavender Grey #B1ADEB

RGB

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

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

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

R = 30.26%
G = 29.57%
B = 40.17%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1ADEB (or 0xB1ADEB) is known color: Lavender Grey. HEX triplet: B1, AD and EB. RGB value is (177,173,235). Sum of RGB (Red+Green+Blue) = 177+173+235=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADEB is #4E5214. Grayscale: #B5B5B5. Windows color (decimal): -5132821 or 15445425. OLE color: 15445425.

HSL color Cylindrical-coordinate representation of color #B1ADEB: hue angle of 243.87º degrees, saturation: 0.61, 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 #B1ADEB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 173 235 -
CMYK 0.25 0.26 0 0.08
HSL 243.87º 0.61% 0.8% -
HSV(B) 243.87º 0.26% 0.92% -
XYZ 48.07 45.23 84.79 -
YUV 181.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 177 173 235 0.25 0.26 0 0.08 243.87 0.61 0.8
Hex B1 AD EB 19 1A 0 8 F4 3D 50
Octal 261 255 353 31 32 0 10 364 75 120
Binary 10110001 10101101 11101011 11001 11010 0 1000 11110100 111101 1010000

Color Harmonies of #B1ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADEB

Black with #B1ADEB

Text Example


Text Example

White with #B1ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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