#BC9188

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

Shades of Oriental Pink #BC9188

Tints of Oriental Pink #BC9188

Color information

#BC9188 (or 0xBC9188) is unknown color: approx Oriental Pink. HEX triplet: BC, 91 and 88. RGB value is (188,145,136). Sum of RGB (Red+Green+Blue) = 188+145+136=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9188 is #436E77. Grayscale: #9C9C9C. Windows color (decimal): -4419192 or 8950204. OLE color: 8950204.

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

Color convert

RGB188145136-
CMYK00.230.280.26
HSL10.38º27.96%63.53%-
HSV(B)10.38º27.66%73.73%-
XYZ35.3132.7227.75-
YUV156.83116.25150.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=40.09%
G=30.92%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814513600.230.280.2610.3827.9663.53
HexBC91880171C1Aa1c40
Octal27422121002734321234100
Binary10111100100100011000100001011111100110101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9188; }

 p { color: rgb(188,145,136); }

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

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

 a { background-color: rgb(188,145,136); }

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

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

 span { border-color: rgb(188,145,136); }

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