#BC969A

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

Shades of Careys Pink #BC969A

Tints of Careys Pink #BC969A

Color information

#BC969A (or 0xBC969A) is unknown color: approx Careys Pink. HEX triplet: BC, 96 and 9A. RGB value is (188,150,154). Sum of RGB (Red+Green+Blue) = 188+150+154=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969A is #436965. Grayscale: #A1A1A1. Windows color (decimal): -4417894 or 10131132. OLE color: 10131132.

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

Color convert

RGB188150154-
CMYK00.200.180.26
HSL353.68º22.09%66.27%-
HSV(B)353.68º20.21%73.73%-
XYZ37.4834.8435.32-
YUV161.82123.59146.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=38.21%
G=30.49%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815015400.200.180.26353.6822.0966.27
HexBC969A014121A1621642
Octal274226232024223254226102
Binary1011110010010110100110100101001001011010101100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC969A; }

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

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

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

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

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

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

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

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