#BCF386

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

Shades of Sulu #BCF386

Tints of Sulu #BCF386

Color information

#BCF386 (or 0xBCF386) is unknown color: approx Sulu. HEX triplet: BC, F3 and 86. RGB value is (188,243,134). Sum of RGB (Red+Green+Blue) = 188+243+134=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF386 is #430C79. Grayscale: #D6D6D6. Windows color (decimal): -4394106 or 8844220. OLE color: 8844220.

HSL color Cylindrical-coordinate representation of color #BCF386: hue angle of 90.28º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF386 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB188243134-
CMYK0.2300.450.05
HSL90.28º81.95%73.92%-
HSV(B)90.28º44.86%95.29%-
XYZ57.0976.5134.31-
YUV214.1382.78109.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 134 (52.73% from 255) = 23.72%
R=33.27%
G=43.01%
B=23.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431340.2300.450.0590.2881.9573.92
HexBCF3861702D55a524a
Octal274363206270555132122112
Binary101111001111001110000110101110101101101101101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF386; }

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

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

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

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

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

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

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

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