Html Css Color HEX #BFABB5 Lily

📋 copy color: '#BFABB5'

red 191 ◦ green 171 ◦ blue 181

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

Shades of Lily #BFABB5

Tints of Lily #BFABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 35.17%
G = 31.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BFABB5 (or 0xBFABB5) is known color: Lily. HEX triplet: BF, AB and B5. RGB value is (191,171,181). Sum of RGB (Red+Green+Blue) = 191+171+181=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB5 is #40544A. Grayscale: #B2B2B2. Windows color (decimal): -4215883 or 11905983. OLE color: 11905983.

HSL color Cylindrical-coordinate representation of color #BFABB5: hue angle of 330º 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 #BFABB5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 181 -
CMYK 0 0.10 0.05 0.25
HSL 330º 0.14% 0.71% -
HSV(B) 330º 0.1% 0.75% -
XYZ 44.39 43.54 49.78 -
YUV 178.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 191 171 181 0 0.10 0.05 0.25 330 0.14 0.71
Hex BF AB B5 0 A 5 19 14A E 47
Octal 277 253 265 0 12 5 31 512 16 107
Binary 10111111 10101011 10110101 0 1010 101 11001 101001010 1110 1000111

Color Harmonies of #BFABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB5

Black with #BFABB5

Text Example


Text Example

White with #BFABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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