Html Css Color HEX #BFABB2 Lily

📋 copy color: '#BFABB2'

red 191 ◦ green 171 ◦ blue 178

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

Shades of Lily #BFABB2

Tints of Lily #BFABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 35.37%
G = 31.67%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFABB2 (or 0xBFABB2) is known color: Lily. HEX triplet: BF, AB and B2. RGB value is (191,171,178). Sum of RGB (Red+Green+Blue) = 191+171+178=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABB2 is #40544D. Grayscale: #B1B1B1. Windows color (decimal): -4215886 or 11709375. OLE color: 11709375.

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

Color convert

RGB 191 171 178 -
CMYK 0 0.10 0.07 0.25
HSL 339º 0.14% 0.71% -
HSV(B) 339º 0.1% 0.75% -
XYZ 44.08 43.42 48.18 -
YUV 177.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 191 171 178 0 0.10 0.07 0.25 339 0.14 0.71
Hex BF AB B2 0 A 7 19 153 E 47
Octal 277 253 262 0 12 7 31 523 16 107
Binary 10111111 10101011 10110010 0 1010 111 11001 101010011 1110 1000111

Color Harmonies of #BFABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB2

Black with #BFABB2

Text Example


Text Example

White with #BFABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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