#BC9599

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

Shades of Careys Pink #BC9599

Tints of Careys Pink #BC9599

Color information

#BC9599 (or 0xBC9599) is unknown color: approx Careys Pink. HEX triplet: BC, 95 and 99. RGB value is (188,149,153). Sum of RGB (Red+Green+Blue) = 188+149+153=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9599 is #436A66. Grayscale: #A1A1A1. Windows color (decimal): -4418151 or 10065340. OLE color: 10065340.

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

Color convert

RGB188149153-
CMYK00.210.190.26
HSL353.85º22.54%66.08%-
HSV(B)353.85º20.74%73.73%-
XYZ37.2434.4934.83-
YUV161.12123.42147.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=38.37%
G=30.41%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814915300.210.190.26353.8522.5466.08
HexBC9599015131A1621742
Octal274225231025233254227102
Binary1011110010010101100110010101011001111010101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9599; }

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

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

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

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

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

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

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

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