Html Css Color HEX #BFABB4 Lily

📋 copy color: '#BFABB4'

red 191 ◦ green 171 ◦ blue 180

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

Shades of Lily #BFABB4

Tints of Lily #BFABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 35.24%
G = 31.55%
B = 33.21%

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

#BFABB4 (or 0xBFABB4) is known color: Lily. HEX triplet: BF, AB and B4. RGB value is (191,171,180). Sum of RGB (Red+Green+Blue) = 191+171+180=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB4 is #40544B. Grayscale: #B1B1B1. Windows color (decimal): -4215884 or 11840447. OLE color: 11840447.

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

Color convert

RGB 191 171 180 -
CMYK 0 0.10 0.06 0.25
HSL 333º 0.14% 0.71% -
HSV(B) 333º 0.1% 0.75% -
XYZ 44.29 43.5 49.24 -
YUV 178.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 191 171 180 0 0.10 0.06 0.25 333 0.14 0.71
Hex BF AB B4 0 A 6 19 14D E 47
Octal 277 253 264 0 12 6 31 515 16 107
Binary 10111111 10101011 10110100 0 1010 110 11001 101001101 1110 1000111

Color Harmonies of #BFABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB4

Black with #BFABB4

Text Example


Text Example

White with #BFABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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