#BC959A

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

Shades of Careys Pink #BC959A

Tints of Careys Pink #BC959A

Color information

#BC959A (or 0xBC959A) is unknown color: approx Careys Pink. HEX triplet: BC, 95 and 9A. RGB value is (188,149,154). Sum of RGB (Red+Green+Blue) = 188+149+154=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959A is #436A65. Grayscale: #A1A1A1. Windows color (decimal): -4418150 or 10130876. OLE color: 10130876.

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

Color convert

RGB188149154-
CMYK00.210.180.26
HSL352.31º22.54%66.08%-
HSV(B)352.31º20.74%73.73%-
XYZ37.3234.5235.27-
YUV161.23123.92147.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=38.29%
G=30.35%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814915400.210.180.26352.3122.5466.08
HexBC959A015121A1601742
Octal274225232025223254027102
Binary1011110010010101100110100101011001011010101100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC959A; }

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

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

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

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

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

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

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

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