#BCA9AD

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

Shades of Careys Pink #BCA9AD

Tints of Careys Pink #BCA9AD

Color information

#BCA9AD (or 0xBCA9AD) is unknown color: approx Careys Pink. HEX triplet: BC, A9 and AD. RGB value is (188,169,173). Sum of RGB (Red+Green+Blue) = 188+169+173=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9AD is #435652. Grayscale: #AFAFAF. Windows color (decimal): -4413011 or 11381180. OLE color: 11381180.

HSL color Cylindrical-coordinate representation of color #BCA9AD: hue angle of 347.37º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCA9AD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188169173-
CMYK00.100.080.26
HSL347.37º12.42%70%-
HSV(B)347.37º10.11%73.73%-
XYZ42.4742.0845.42-
YUV175.14126.79137.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=35.47%
G=31.89%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816917300.100.080.26347.3712.4270
HexBCA9AD0A81A15bc46
Octal274251255012103253314106
Binary1011110010101001101011010101010001101010101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9AD; }

 p { color: rgb(188,169,173); }

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

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

 a { background-color: rgb(188,169,173); }

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

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

 span { border-color: rgb(188,169,173); }

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