#BCAFB0

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

Shades of Pink Flare #BCAFB0

Tints of Pink Flare #BCAFB0

Color information

#BCAFB0 (or 0xBCAFB0) is unknown color: approx Pink Flare. HEX triplet: BC, AF and B0. RGB value is (188,175,176). Sum of RGB (Red+Green+Blue) = 188+175+176=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFB0 is #43504F. Grayscale: #B3B3B3. Windows color (decimal): -4411472 or 11579324. OLE color: 11579324.

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

Color convert

RGB188175176-
CMYK00.070.060.26
HSL355.38º8.84%71.18%-
HSV(B)355.38º6.91%73.73%-
XYZ43.9144.4947.35-
YUV179126.31134.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=34.88%
G=32.47%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817517600.070.060.26355.388.8471.18
HexBCAFB00761A163947
Octal2742572600763254311107
Binary10111100101011111011000001111101101010110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB0; }

 p { color: rgb(188,175,176); }

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

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

 a { background-color: rgb(188,175,176); }

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

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

 span { border-color: rgb(188,175,176); }

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