Html Css Color HEX #B2A9AF Lily

📋 copy color: '#B2A9AF'

red 178 ◦ green 169 ◦ blue 175

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

Shades of Lily #B2A9AF

Tints of Lily #B2A9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.38%

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

R = 34.1%
G = 32.38%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B2A9AF (or 0xB2A9AF) is known color: Lily. HEX triplet: B2, A9 and AF. RGB value is (178,169,175). Sum of RGB (Red+Green+Blue) = 178+169+175=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A9AF is #4D5650. Grayscale: #ACACAC. Windows color (decimal): -5068369 or 11512242. OLE color: 11512242.

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

Color convert

RGB 178 169 175 -
CMYK 0 0.05 0.02 0.30
HSL 320º 0.06% 0.68% -
HSV(B) 320º 0.05% 0.7% -
XYZ 40.29 40.94 46.34 -
YUV 172.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 178 169 175 0 0.05 0.02 0.30 320 0.06 0.68
Hex B2 A9 AF 0 5 2 1E 140 6 44
Octal 262 251 257 0 5 2 36 500 6 104
Binary 10110010 10101001 10101111 0 101 10 11110 101000000 110 1000100

Color Harmonies of #B2A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9AF

Black with #B2A9AF

Text Example


Text Example

White with #B2A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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