Html Css Color HEX #BFABB3 Lily

📋 copy color: '#BFABB3'

red 191 ◦ green 171 ◦ blue 179

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

Shades of Lily #BFABB3

Tints of Lily #BFABB3

RGB

 RED value IS 191 (75% from 255) = 35.3%

 GREEN value IS 171 (67.19% from 255) = 31.61%

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

R = 35.3%
G = 31.61%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFABB3 (or 0xBFABB3) is known color: Lily. HEX triplet: BF, AB and B3. RGB value is (191,171,179). Sum of RGB (Red+Green+Blue) = 191+171+179=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB3 is #40544C. Grayscale: #B1B1B1. Windows color (decimal): -4215885 or 11774911. OLE color: 11774911.

HSL color Cylindrical-coordinate representation of color #BFABB3: hue angle of 336º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABB3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 179 -
CMYK 0 0.10 0.06 0.25
HSL 336º 0.14% 0.71% -
HSV(B) 336º 0.1% 0.75% -
XYZ 44.19 43.46 48.71 -
YUV 177.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 191 171 179 0 0.10 0.06 0.25 336 0.14 0.71
Hex BF AB B3 0 A 6 19 150 E 47
Octal 277 253 263 0 12 6 31 520 16 107
Binary 10111111 10101011 10110011 0 1010 110 11001 101010000 1110 1000111

Color Harmonies of #BFABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB3

Black with #BFABB3

Text Example


Text Example

White with #BFABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB3; }

 p { color: rgb(191,171,179); }

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

background-color css

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

 a { background-color: rgb(191,171,179); }

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

border-color css

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

 span { border-color: rgb(191,171,179); }

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