Html Css Color HEX #B9AFB3 Lily

📋 copy color: '#B9AFB3'

red 185 ◦ green 175 ◦ blue 179

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

Shades of Lily #B9AFB3

Tints of Lily #B9AFB3

RGB

 RED value IS 185 (72.66% from 255) = 34.32%

 GREEN value IS 175 (68.75% from 255) = 32.47%

 BLUE value IS 179 (70.31% from 255) = 33.21%

R = 34.32%
G = 32.47%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B9AFB3 (or 0xB9AFB3) is known color: Lily. HEX triplet: B9, AF and B3. RGB value is (185,175,179). Sum of RGB (Red+Green+Blue) = 185+175+179=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFB3 is #46504C. Grayscale: #B2B2B2. Windows color (decimal): -4608077 or 11775929. OLE color: 11775929.

HSL color Cylindrical-coordinate representation of color #B9AFB3: hue angle of 336º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9AFB3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 179 -
CMYK 0 0.05 0.03 0.27
HSL 336º 0.07% 0.71% -
HSV(B) 336º 0.05% 0.73% -
XYZ 43.47 44.23 48.89 -
YUV 178.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 185 175 179 0 0.05 0.03 0.27 336 0.07 0.71
Hex B9 AF B3 0 5 3 1B 150 7 47
Octal 271 257 263 0 5 3 33 520 7 107
Binary 10111001 10101111 10110011 0 101 11 11011 101010000 111 1000111

Color Harmonies of #B9AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFB3

Black with #B9AFB3

Text Example


Text Example

White with #B9AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFB3; }

 p { color: rgb(185,175,179); }

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

background-color css

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

 a { background-color: rgb(185,175,179); }

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

border-color css

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

 span { border-color: rgb(185,175,179); }

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