#BFBABB

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

Shades of Pink Flare #BFBABB

Tints of Pink Flare #BFBABB

Color information

#BFBABB (or 0xBFBABB) is unknown color: approx Pink Flare. HEX triplet: BF, BA and BB. RGB value is (191,186,187). Sum of RGB (Red+Green+Blue) = 191+186+187=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBABB is #404544. Grayscale: #BBBBBB. Windows color (decimal): -4212037 or 12303039. OLE color: 12303039.

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

Color convert

RGB191186187-
CMYK00.030.020.25
HSL348º3.76%73.92%-
HSV(B)348º2.62%74.9%-
XYZ48.0149.7854.09-
YUV187.61127.66130.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=33.87%
G=32.98%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118618700.030.020.253483.7673.92
HexBFBABB0321915c44a
Octal277272273032315344112
Binary10111111101110101011101101110110011010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBABB; }

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

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

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

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

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

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

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

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