#BCA2A8

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

Shades of Careys Pink #BCA2A8

Tints of Careys Pink #BCA2A8

Color information

#BCA2A8 (or 0xBCA2A8) is unknown color: approx Careys Pink. HEX triplet: BC, A2 and A8. RGB value is (188,162,168). Sum of RGB (Red+Green+Blue) = 188+162+168=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2A8 is #435D57. Grayscale: #AAAAAA. Windows color (decimal): -4414808 or 11051708. OLE color: 11051708.

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

Color convert

RGB188162168-
CMYK00.140.110.26
HSL346.15º16.25%68.63%-
HSV(B)346.15º13.83%73.73%-
XYZ40.7339.3642.5-
YUV170.46126.61140.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=36.29%
G=31.27%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816216800.140.110.26346.1516.2568.63
HexBCA2A80EB1A15a1045
Octal274242250016133253220105
Binary10111100101000101010100001110101111010101011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2A8; }

 p { color: rgb(188,162,168); }

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

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

 a { background-color: rgb(188,162,168); }

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

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

 span { border-color: rgb(188,162,168); }

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