#BC9799

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

Shades of Careys Pink #BC9799

Tints of Careys Pink #BC9799

Color information

#BC9799 (or 0xBC9799) is unknown color: approx Careys Pink. HEX triplet: BC, 97 and 99. RGB value is (188,151,153). Sum of RGB (Red+Green+Blue) = 188+151+153=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9799 is #436866. Grayscale: #A2A2A2. Windows color (decimal): -4417639 or 10065852. OLE color: 10065852.

HSL color Cylindrical-coordinate representation of color #BC9799: hue angle of 356.76º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9799 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188151153-
CMYK00.200.190.26
HSL356.76º21.64%66.47%-
HSV(B)356.76º19.68%73.73%-
XYZ37.5635.1234.94-
YUV162.29122.76146.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=38.21%
G=30.69%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815115300.200.190.26356.7621.6466.47
HexBC9799014131A1651642
Octal274227231024233254526102
Binary1011110010010111100110010101001001111010101100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9799; }

 p { color: rgb(188,151,153); }

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

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

 a { background-color: rgb(188,151,153); }

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

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

 span { border-color: rgb(188,151,153); }

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