#BC086C

Color #BC086C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BC086C

Tints of Jazzberry Jam #BC086C

Color information

#BC086C (or 0xBC086C) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 08 and 6C. RGB value is (188,8,108). Sum of RGB (Red+Green+Blue) = 188+8+108=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC086C is #43F793. Grayscale: #494949. Windows color (decimal): -4454292 or 7080124. OLE color: 7080124.

HSL color Cylindrical-coordinate representation of color #BC086C: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC086C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB1888108-
CMYK00.960.430.26
HSL326.67º91.84%38.43%-
HSV(B)326.67º95.74%73.73%-
XYZ23.5311.9515.25-
YUV73.22147.63209.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.84%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=61.84%
G=2.63%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188810800.960.430.26326.6791.8438.43
HexBC86C0602B1A1475c26
Octal274101540140533250713446
Binary101111001000110110001100000101011110101010001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC086C; }

 p { color: rgb(188,8,108); }

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

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

 a { background-color: rgb(188,8,108); }

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

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

 span { border-color: rgb(188,8,108); }

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