#BC9395

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

Shades of Careys Pink #BC9395

Tints of Careys Pink #BC9395

Color information

#BC9395 (or 0xBC9395) is unknown color: approx Careys Pink. HEX triplet: BC, 93 and 95. RGB value is (188,147,149). Sum of RGB (Red+Green+Blue) = 188+147+149=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9395 is #436C6A. Grayscale: #9F9F9F. Windows color (decimal): -4418667 or 9802684. OLE color: 9802684.

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

Color convert

RGB188147149-
CMYK00.220.210.26
HSL357.07º23.43%65.69%-
HSV(B)357.07º21.81%73.73%-
XYZ36.633.7333.02-
YUV159.49122.08148.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=38.84%
G=30.37%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814714900.220.210.26357.0723.4365.69
HexBC9395016151A1651742
Octal274223225026253254527102
Binary1011110010010011100101010101101010111010101100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9395; }

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

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

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

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

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

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

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

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