#BFB0B3

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

Shades of Pink Flare #BFB0B3

Tints of Pink Flare #BFB0B3

Color information

#BFB0B3 (or 0xBFB0B3) is unknown color: approx Pink Flare. HEX triplet: BF, B0 and B3. RGB value is (191,176,179). Sum of RGB (Red+Green+Blue) = 191+176+179=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0B3 is #404F4C. Grayscale: #B4B4B4. Windows color (decimal): -4214605 or 11776191. OLE color: 11776191.

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

Color convert

RGB191176179-
CMYK00.080.060.25
HSL348º10.49%71.96%-
HSV(B)348º7.85%74.9%-
XYZ45.1545.3849.03-
YUV180.83126.97135.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=34.98%
G=32.23%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117617900.080.060.2534810.4971.96
HexBFB0B30861915ca48
Octal27726026301063153412110
Binary101111111011000010110011010001101100110101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0B3; }

 p { color: rgb(191,176,179); }

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

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

 a { background-color: rgb(191,176,179); }

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

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

 span { border-color: rgb(191,176,179); }

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