#BCFC90

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

Shades of Sulu #BCFC90

Tints of Sulu #BCFC90

Color information

#BCFC90 (or 0xBCFC90) is unknown color: approx Sulu. HEX triplet: BC, FC and 90. RGB value is (188,252,144). Sum of RGB (Red+Green+Blue) = 188+252+144=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC90 is #43036F. Grayscale: #DCDCDC. Windows color (decimal): -4391792 or 9501884. OLE color: 9501884.

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

Color convert

RGB188252144-
CMYK0.2500.430.01
HSL95.56º94.74%77.65%-
HSV(B)95.56º42.86%98.82%-
XYZ60.5882.3339.08-
YUV220.5584.8104.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=32.19%
G=43.15%
B=24.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521440.2500.430.0195.5694.7477.65
HexBCFC901902B1605f4e
Octal274374220310531140137116
Binary1011110011111100100100001100101010111110000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFC90; }

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

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

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

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

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

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

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

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