#BC9396

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

Shades of Careys Pink #BC9396

Tints of Careys Pink #BC9396

Color information

#BC9396 (or 0xBC9396) is unknown color: approx Careys Pink. HEX triplet: BC, 93 and 96. RGB value is (188,147,150). Sum of RGB (Red+Green+Blue) = 188+147+150=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9396 is #436C69. Grayscale: #9F9F9F. Windows color (decimal): -4418666 or 9868220. OLE color: 9868220.

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

Color convert

RGB188147150-
CMYK00.220.200.26
HSL355.61º23.43%65.69%-
HSV(B)355.61º21.81%73.73%-
XYZ36.6833.7633.44-
YUV159.6122.58148.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=38.76%
G=30.31%
B=30.93%

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
Decimal18814715000.220.200.26355.6123.4365.69
HexBC9396016141A1641742
Octal274223226026243254427102
Binary1011110010010011100101100101101010011010101100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9396; }

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

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

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

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

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

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

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

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