Html Css Color HEX #B1ADAF Lily

📋 copy color: '#B1ADAF'

red 177 ◦ green 173 ◦ blue 175

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

Shades of Lily #B1ADAF

Tints of Lily #B1ADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 33.71%
G = 32.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B1ADAF (or 0xB1ADAF) is known color: Lily. HEX triplet: B1, AD and AF. RGB value is (177,173,175). Sum of RGB (Red+Green+Blue) = 177+173+175=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAF is #4E5250. Grayscale: #AEAEAE. Windows color (decimal): -5132881 or 11513265. OLE color: 11513265.

HSL color Cylindrical-coordinate representation of color #B1ADAF: hue angle of 330º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1ADAF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 175 -
CMYK 0 0.02 0.01 0.31
HSL 330º 0.03% 0.69% -
HSV(B) 330º 0.02% 0.69% -
XYZ 40.81 42.33 46.58 -
YUV 174.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 177 173 175 0 0.02 0.01 0.31 330 0.03 0.69
Hex B1 AD AF 0 2 1 1F 14A 2 45
Octal 261 255 257 0 2 1 37 512 2 105
Binary 10110001 10101101 10101111 0 10 1 11111 101001010 10 1000101

Color Harmonies of #B1ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADAF

Black with #B1ADAF

Text Example


Text Example

White with #B1ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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