#BCFC89

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

Shades of Sulu #BCFC89

Tints of Sulu #BCFC89

Color information

#BCFC89 (or 0xBCFC89) is unknown color: approx Sulu. HEX triplet: BC, FC and 89. RGB value is (188,252,137). Sum of RGB (Red+Green+Blue) = 188+252+137=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC89 is #430376. Grayscale: #DCDCDC. Windows color (decimal): -4391799 or 9043132. OLE color: 9043132.

HSL color Cylindrical-coordinate representation of color #BCFC89: hue angle of 93.39º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFC89 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB188252137-
CMYK0.2500.460.01
HSL93.39º95.04%76.27%-
HSV(B)93.39º45.63%98.82%-
XYZ60.0682.1236.35-
YUV219.7581.3105.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 137 (53.91% from 255) = 23.74%
R=32.58%
G=43.67%
B=23.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521370.2500.460.0193.3995.0476.27
HexBCFC891902E15d5f4c
Octal274374211310561135137114
Binary1011110011111100100010011100101011101101110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFC89; }

 p { color: rgb(188,252,137); }

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

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

 a { background-color: rgb(188,252,137); }

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

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

 span { border-color: rgb(188,252,137); }

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