#BFB8BA

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

Shades of Pink Flare #BFB8BA

Tints of Pink Flare #BFB8BA

Color information

#BFB8BA (or 0xBFB8BA) is unknown color: approx Pink Flare. HEX triplet: BF, B8 and BA. RGB value is (191,184,186). Sum of RGB (Red+Green+Blue) = 191+184+186=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8BA is #404745. Grayscale: #BABABA. Windows color (decimal): -4212550 or 12236991. OLE color: 12236991.

HSL color Cylindrical-coordinate representation of color #BFB8BA: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB8BA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191184186-
CMYK00.040.030.25
HSL342.86º5.19%73.53%-
HSV(B)342.86º3.66%74.9%-
XYZ47.4948.953.39-
YUV186.32127.82131.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=34.05%
G=32.80%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118418600.040.030.25342.865.1973.53
HexBFB8BA0431915754a
Octal277270272043315275112
Binary101111111011100010111010010011110011010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8BA; }

 p { color: rgb(191,184,186); }

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

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

 a { background-color: rgb(191,184,186); }

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

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

 span { border-color: rgb(191,184,186); }

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