Html Css Color HEX #B2ADAF Lily

📋 copy color: '#B2ADAF'

red 178 ◦ green 173 ◦ blue 175

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

Shades of Lily #B2ADAF

Tints of Lily #B2ADAF

RGB

 RED value IS 178 (69.92% from 255) = 33.84%

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

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

R = 33.84%
G = 32.89%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B2ADAF (or 0xB2ADAF) is known color: Lily. HEX triplet: B2, AD and AF. RGB value is (178,173,175). Sum of RGB (Red+Green+Blue) = 178+173+175=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAF is #4D5250. Grayscale: #AEAEAE. Windows color (decimal): -5067345 or 11513266. OLE color: 11513266.

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

Color convert

RGB 178 173 175 -
CMYK 0 0.03 0.02 0.30
HSL 336º 0.03% 0.69% -
HSV(B) 336º 0.03% 0.7% -
XYZ 41.04 42.45 46.59 -
YUV 174.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 178 173 175 0 0.03 0.02 0.30 336 0.03 0.69
Hex B2 AD AF 0 3 2 1E 150 3 45
Octal 262 255 257 0 3 2 36 520 3 105
Binary 10110010 10101101 10101111 0 11 10 11110 101010000 11 1000101

Color Harmonies of #B2ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADAF

Black with #B2ADAF

Text Example


Text Example

White with #B2ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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