#BCE786

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

Shades of Sulu #BCE786

Tints of Sulu #BCE786

Color information

#BCE786 (or 0xBCE786) is unknown color: approx Sulu. HEX triplet: BC, E7 and 86. RGB value is (188,231,134). Sum of RGB (Red+Green+Blue) = 188+231+134=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE786 is #431879. Grayscale: #CFCFCF. Windows color (decimal): -4397178 or 8841148. OLE color: 8841148.

HSL color Cylindrical-coordinate representation of color #BCE786: hue angle of 86.6º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE786 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB188231134-
CMYK0.1900.420.09
HSL86.6º66.9%71.57%-
HSV(B)86.6º41.99%90.59%-
XYZ53.6269.5633.16-
YUV207.0886.75114.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=34.00%
G=41.77%
B=24.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311340.1900.420.0986.666.971.57
HexBCE7861302A9574348
Octal2743472062305211127103110
Binary1011110011100111100001101001101010101001101011110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE786; }

 p { color: rgb(188,231,134); }

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

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

 a { background-color: rgb(188,231,134); }

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

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

 span { border-color: rgb(188,231,134); }

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