#BCA0A1

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

Shades of Careys Pink #BCA0A1

Tints of Careys Pink #BCA0A1

Color information

#BCA0A1 (or 0xBCA0A1) is unknown color: approx Careys Pink. HEX triplet: BC, A0 and A1. RGB value is (188,160,161). Sum of RGB (Red+Green+Blue) = 188+160+161=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A1 is #435F5E. Grayscale: #A8A8A8. Windows color (decimal): -4415327 or 10592444. OLE color: 10592444.

HSL color Cylindrical-coordinate representation of color #BCA0A1: hue angle of 357.86º degrees, saturation: 0.17, 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 #BCA0A1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188160161-
CMYK00.150.140.26
HSL357.86º17.28%68.24%-
HSV(B)357.86º14.89%73.73%-
XYZ39.7438.4139.04-
YUV168.49123.78141.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=36.94%
G=31.43%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816016100.150.140.26357.8617.2868.24
HexBCA0A10FE1A1661144
Octal274240241017163254621104
Binary10111100101000001010000101111111011010101100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0A1; }

 p { color: rgb(188,160,161); }

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

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

 a { background-color: rgb(188,160,161); }

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

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

 span { border-color: rgb(188,160,161); }

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