#BC9293

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

Shades of Careys Pink #BC9293

Tints of Careys Pink #BC9293

Color information

#BC9293 (or 0xBC9293) is unknown color: approx Careys Pink. HEX triplet: BC, 92 and 93. RGB value is (188,146,147). Sum of RGB (Red+Green+Blue) = 188+146+147=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9293 is #436D6C. Grayscale: #9E9E9E. Windows color (decimal): -4418925 or 9671356. OLE color: 9671356.

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

Color convert

RGB188146147-
CMYK00.220.220.26
HSL358.57º23.86%65.49%-
HSV(B)358.57º22.34%73.73%-
XYZ36.2833.3632.13-
YUV158.67121.41148.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=39.09%
G=30.35%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814614700.220.220.26358.5723.8665.49
HexBC9293016161A1671841
Octal274222223026263254730101
Binary1011110010010010100100110101101011011010101100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9293; }

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

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

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

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

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

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

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

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