#BC9FA7

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

Shades of Careys Pink #BC9FA7

Tints of Careys Pink #BC9FA7

Color information

#BC9FA7 (or 0xBC9FA7) is unknown color: approx Careys Pink. HEX triplet: BC, 9F and A7. RGB value is (188,159,167). Sum of RGB (Red+Green+Blue) = 188+159+167=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA7 is #436058. Grayscale: #A8A8A8. Windows color (decimal): -4415577 or 10985404. OLE color: 10985404.

HSL color Cylindrical-coordinate representation of color #BC9FA7: hue angle of 343.45º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FA7 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188159167-
CMYK00.150.110.26
HSL343.45º17.79%68.04%-
HSV(B)343.45º15.43%73.73%-
XYZ40.1138.2841.83-
YUV168.58127.11141.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=36.58%
G=30.93%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815916700.150.110.26343.4517.7968.04
HexBC9FA70FB1A1571244
Octal274237247017133252722104
Binary10111100100111111010011101111101111010101010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FA7; }

 p { color: rgb(188,159,167); }

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

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

 a { background-color: rgb(188,159,167); }

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

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

 span { border-color: rgb(188,159,167); }

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