#BC9DA1

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

Shades of Careys Pink #BC9DA1

Tints of Careys Pink #BC9DA1

Color information

#BC9DA1 (or 0xBC9DA1) is unknown color: approx Careys Pink. HEX triplet: BC, 9D and A1. RGB value is (188,157,161). Sum of RGB (Red+Green+Blue) = 188+157+161=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA1 is #43625E. Grayscale: #A6A6A6. Windows color (decimal): -4416095 or 10591676. OLE color: 10591676.

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

Color convert

RGB188157161-
CMYK00.160.140.26
HSL352.26º18.79%67.65%-
HSV(B)352.26º16.49%73.73%-
XYZ39.2337.3838.87-
YUV166.72124.77143.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=37.15%
G=31.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815716100.160.140.26352.2618.7967.65
HexBC9DA1010E1A1601344
Octal274235241020163254023104
Binary101111001001110110100001010000111011010101100000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DA1; }

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

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

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

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

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

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

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

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