#BC9DA2

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

Shades of Careys Pink #BC9DA2

Tints of Careys Pink #BC9DA2

Color information

#BC9DA2 (or 0xBC9DA2) is unknown color: approx Careys Pink. HEX triplet: BC, 9D and A2. RGB value is (188,157,162). Sum of RGB (Red+Green+Blue) = 188+157+162=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA2 is #43625D. Grayscale: #A6A6A6. Windows color (decimal): -4416094 or 10657212. OLE color: 10657212.

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

Color convert

RGB188157162-
CMYK00.160.140.26
HSL350.32º18.79%67.65%-
HSV(B)350.32º16.49%73.73%-
XYZ39.3237.4139.33-
YUV166.84125.27143.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=37.08%
G=30.97%
B=31.95%

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
Decimal18815716200.160.140.26350.3218.7967.65
HexBC9DA2010E1A15e1344
Octal274235242020163253623104
Binary101111001001110110100010010000111011010101011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DA2; }

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

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

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

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

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

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

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

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