#BCA9AA

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

Shades of Careys Pink #BCA9AA

Tints of Careys Pink #BCA9AA

Color information

#BCA9AA (or 0xBCA9AA) is unknown color: approx Careys Pink. HEX triplet: BC, A9 and AA. RGB value is (188,169,170). Sum of RGB (Red+Green+Blue) = 188+169+170=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9AA is #435655. Grayscale: #AEAEAE. Windows color (decimal): -4413014 or 11184572. OLE color: 11184572.

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

Color convert

RGB188169170-
CMYK00.100.100.26
HSL356.84º12.42%70%-
HSV(B)356.84º10.11%73.73%-
XYZ42.1841.9743.91-
YUV174.8125.29137.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=35.67%
G=32.07%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816917000.100.100.26356.8412.4270
HexBCA9AA0AA1A165c46
Octal274251252012123254514106
Binary1011110010101001101010100101010101101010110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9AA; }

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

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

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

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

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

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

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

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