#BCA9AE

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

Shades of Careys Pink #BCA9AE

Tints of Careys Pink #BCA9AE

Color information

#BCA9AE (or 0xBCA9AE) is unknown color: approx Careys Pink. HEX triplet: BC, A9 and AE. RGB value is (188,169,174). Sum of RGB (Red+Green+Blue) = 188+169+174=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9AE is #435651. Grayscale: #AFAFAF. Windows color (decimal): -4413010 or 11446716. OLE color: 11446716.

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

Color convert

RGB188169174-
CMYK00.100.070.26
HSL344.21º12.42%70%-
HSV(B)344.21º10.11%73.73%-
XYZ42.5742.1245.93-
YUV175.25127.29137.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=35.40%
G=31.83%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816917400.100.070.26344.2112.4270
HexBCA9AE0A71A158c46
Octal27425125601273253014106
Binary101111001010100110101110010101111101010101100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9AE; }

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

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

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

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

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

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

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

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