#BCF986

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

Shades of Sulu #BCF986

Tints of Sulu #BCF986

Color information

#BCF986 (or 0xBCF986) is unknown color: approx Sulu. HEX triplet: BC, F9 and 86. RGB value is (188,249,134). Sum of RGB (Red+Green+Blue) = 188+249+134=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF986 is #430679. Grayscale: #DADADA. Windows color (decimal): -4392570 or 8845756. OLE color: 8845756.

HSL color Cylindrical-coordinate representation of color #BCF986: hue angle of 91.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF986 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB188249134-
CMYK0.2400.460.02
HSL91.83º90.55%75.1%-
HSV(B)91.83º46.18%97.65%-
XYZ58.9280.1634.92-
YUV217.6580.79106.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=32.92%
G=43.61%
B=23.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491340.2400.460.0291.8390.5575.1
HexBCF9861802E25c5b4b
Octal274371206300562134133113
Binary10111100111110011000011011000010111010101110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF986; }

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

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

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

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

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

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

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

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