#BC989A

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

Shades of Careys Pink #BC989A

Tints of Careys Pink #BC989A

Color information

#BC989A (or 0xBC989A) is unknown color: approx Careys Pink. HEX triplet: BC, 98 and 9A. RGB value is (188,152,154). Sum of RGB (Red+Green+Blue) = 188+152+154=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC989A is #436765. Grayscale: #A3A3A3. Windows color (decimal): -4417382 or 10131644. OLE color: 10131644.

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

Color convert

RGB188152154-
CMYK00.190.180.26
HSL356.67º21.18%66.67%-
HSV(B)356.67º19.15%73.73%-
XYZ37.835.4835.43-
YUV162.99122.93145.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=38.06%
G=30.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815215400.190.180.26356.6721.1866.67
HexBC989A013121A1651543
Octal274230232023223254525103
Binary1011110010011000100110100100111001011010101100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC989A; }

 p { color: rgb(188,152,154); }

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

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

 a { background-color: rgb(188,152,154); }

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

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

 span { border-color: rgb(188,152,154); }

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