#BC9397

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

Shades of Careys Pink #BC9397

Tints of Careys Pink #BC9397

Color information

#BC9397 (or 0xBC9397) is unknown color: approx Careys Pink. HEX triplet: BC, 93 and 97. RGB value is (188,147,151). Sum of RGB (Red+Green+Blue) = 188+147+151=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9397 is #436C68. Grayscale: #9F9F9F. Windows color (decimal): -4418665 or 9933756. OLE color: 9933756.

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

Color convert

RGB188147151-
CMYK00.220.200.26
HSL354.15º23.43%65.69%-
HSV(B)354.15º21.81%73.73%-
XYZ36.7633.7933.86-
YUV159.72123.08148.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=38.68%
G=30.25%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814715100.220.200.26354.1523.4365.69
HexBC9397016141A1621742
Octal274223227026243254227102
Binary1011110010010011100101110101101010011010101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9397; }

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

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

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

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

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

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

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

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