#BCAFB1

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

Shades of Pink Flare #BCAFB1

Tints of Pink Flare #BCAFB1

Color information

#BCAFB1 (or 0xBCAFB1) is unknown color: approx Pink Flare. HEX triplet: BC, AF and B1. RGB value is (188,175,177). Sum of RGB (Red+Green+Blue) = 188+175+177=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFB1 is #43504E. Grayscale: #B3B3B3. Windows color (decimal): -4411471 or 11644860. OLE color: 11644860.

HSL color Cylindrical-coordinate representation of color #BCAFB1: hue angle of 350.77º 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 #BCAFB1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188175177-
CMYK00.070.060.26
HSL350.77º8.84%71.18%-
HSV(B)350.77º6.91%73.73%-
XYZ4444.5347.87-
YUV179.11126.81134.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=34.81%
G=32.41%
B=32.78%

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
Decimal18817517700.070.060.26350.778.8471.18
HexBCAFB10761A15f947
Octal2742572610763253711107
Binary10111100101011111011000101111101101010101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB1; }

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

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

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

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

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

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

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

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