#BC9596

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

Shades of Careys Pink #BC9596

Tints of Careys Pink #BC9596

Color information

#BC9596 (or 0xBC9596) is unknown color: approx Careys Pink. HEX triplet: BC, 95 and 96. RGB value is (188,149,150). Sum of RGB (Red+Green+Blue) = 188+149+150=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9596 is #436A69. Grayscale: #A0A0A0. Windows color (decimal): -4418154 or 9868732. OLE color: 9868732.

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

Color convert

RGB188149150-
CMYK00.210.200.26
HSL358.46º22.54%66.08%-
HSV(B)358.46º20.74%73.73%-
XYZ36.9934.3933.54-
YUV160.77121.92147.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=38.60%
G=30.60%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814915000.210.200.26358.4622.5466.08
HexBC9596015141A1661742
Octal274225226025243254627102
Binary1011110010010101100101100101011010011010101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9596; }

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

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

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

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

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

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

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

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