#BC9698

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

Shades of Careys Pink #BC9698

Tints of Careys Pink #BC9698

Color information

#BC9698 (or 0xBC9698) is unknown color: approx Careys Pink. HEX triplet: BC, 96 and 98. RGB value is (188,150,152). Sum of RGB (Red+Green+Blue) = 188+150+152=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9698 is #436967. Grayscale: #A1A1A1. Windows color (decimal): -4417896 or 10000060. OLE color: 10000060.

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

Color convert

RGB188150152-
CMYK00.200.190.26
HSL356.84º22.09%66.27%-
HSV(B)356.84º20.21%73.73%-
XYZ37.3134.7734.45-
YUV161.59122.59146.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=38.37%
G=30.61%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815015200.200.190.26356.8422.0966.27
HexBC9698014131A1651642
Octal274226230024233254526102
Binary1011110010010110100110000101001001111010101100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9698; }

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

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

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

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

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

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

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

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