#BC9597

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

Shades of Careys Pink #BC9597

Tints of Careys Pink #BC9597

Color information

#BC9597 (or 0xBC9597) is unknown color: approx Careys Pink. HEX triplet: BC, 95 and 97. RGB value is (188,149,151). Sum of RGB (Red+Green+Blue) = 188+149+151=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9597 is #436A68. Grayscale: #A0A0A0. Windows color (decimal): -4418153 or 9934268. OLE color: 9934268.

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

Color convert

RGB188149151-
CMYK00.210.200.26
HSL356.92º22.54%66.08%-
HSV(B)356.92º20.74%73.73%-
XYZ37.0734.4233.97-
YUV160.89122.42147.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=38.52%
G=30.53%
B=30.94%

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
Decimal18814915100.210.200.26356.9222.5466.08
HexBC9597015141A1651742
Octal274225227025243254527102
Binary1011110010010101100101110101011010011010101100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9597; }

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

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

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

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

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

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

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

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