#BCB7B8

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

Shades of Pink Flare #BCB7B8

Tints of Pink Flare #BCB7B8

Color information

#BCB7B8 (or 0xBCB7B8) is unknown color: approx Pink Flare. HEX triplet: BC, B7 and B8. RGB value is (188,183,184). Sum of RGB (Red+Green+Blue) = 188+183+184=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B8 is #434847. Grayscale: #B8B8B8. Windows color (decimal): -4409416 or 12105660. OLE color: 12105660.

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

Color convert

RGB188183184-
CMYK00.030.020.26
HSL348º3.6%72.75%-
HSV(B)348º2.66%73.73%-
XYZ46.3248.0252.17-
YUV184.61127.66130.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=33.87%
G=32.97%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818318400.030.020.263483.672.75
HexBCB7B80321A15c449
Octal274267270032325344111
Binary10111100101101111011100001110110101010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7B8; }

 p { color: rgb(188,183,184); }

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

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

 a { background-color: rgb(188,183,184); }

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

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

 span { border-color: rgb(188,183,184); }

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