#BFAEAF

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

Shades of Pink Flare #BFAEAF

Tints of Pink Flare #BFAEAF

Color information

#BFAEAF (or 0xBFAEAF) is unknown color: approx Pink Flare. HEX triplet: BF, AE and AF. RGB value is (191,174,175). Sum of RGB (Red+Green+Blue) = 191+174+175=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAF is #405150. Grayscale: #B3B3B3. Windows color (decimal): -4215121 or 11513535. OLE color: 11513535.

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

Color convert

RGB191174175-
CMYK00.090.080.25
HSL356.47º11.72%71.57%-
HSV(B)356.47º8.9%74.9%-
XYZ44.3644.4446.8-
YUV179.2125.63136.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=35.37%
G=32.22%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417500.090.080.25356.4711.7271.57
HexBFAEAF09819164c48
Octal277256257011103154414110
Binary1011111110101110101011110100110001100110110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEAF; }

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

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

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

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

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

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

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

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