#BCB1B3

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

Shades of Pink Flare #BCB1B3

Tints of Pink Flare #BCB1B3

Color information

#BCB1B3 (or 0xBCB1B3) is unknown color: approx Pink Flare. HEX triplet: BC, B1 and B3. RGB value is (188,177,179). Sum of RGB (Red+Green+Blue) = 188+177+179=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1B3 is #434E4C. Grayscale: #B4B4B4. Windows color (decimal): -4410957 or 11776444. OLE color: 11776444.

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

Color convert

RGB188177179-
CMYK00.060.050.26
HSL349.09º7.59%71.57%-
HSV(B)349.09º5.85%73.73%-
XYZ44.645.3949.06-
YUV180.52127.14133.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=34.56%
G=32.54%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717900.060.050.26349.097.5971.57
HexBCB1B30651A15d848
Octal2742612630653253510110
Binary10111100101100011011001101101011101010101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1B3; }

 p { color: rgb(188,177,179); }

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

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

 a { background-color: rgb(188,177,179); }

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

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

 span { border-color: rgb(188,177,179); }

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