#BFAEB1

Color #BFAEB1 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #BFAEB1

Tints of Pink Flare #BFAEB1

Color information

#BFAEB1 (or 0xBFAEB1) is unknown color: approx Pink Flare. HEX triplet: BF, AE and B1. RGB value is (191,174,177). Sum of RGB (Red+Green+Blue) = 191+174+177=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEB1 is #40514E. Grayscale: #B3B3B3. Windows color (decimal): -4215119 or 11644607. OLE color: 11644607.

HSL color Cylindrical-coordinate representation of color #BFAEB1: hue angle of 349.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFAEB1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191174177-
CMYK00.090.070.25
HSL349.41º11.72%71.57%-
HSV(B)349.41º8.9%74.9%-
XYZ44.5644.5247.84-
YUV179.42126.63136.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=35.24%
G=32.10%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417700.090.070.25349.4111.7271.57
HexBFAEB10971915dc48
Octal27725626101173153514110
Binary101111111010111010110001010011111100110101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB1; }

 p { color: rgb(191,174,177); }

 H1.HeaderClassName
 {
   color: #BFAEB1;
 }
 .AnyTagClassName
 {
   color: #BFAEB1;
 }
</style>
background-color css

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

 a { background-color: rgb(191,174,177); }

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

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

 span { border-color: rgb(191,174,177); }

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