#BCFA90

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

Shades of Sulu #BCFA90

Tints of Sulu #BCFA90

Color information

#BCFA90 (or 0xBCFA90) is unknown color: approx Sulu. HEX triplet: BC, FA and 90. RGB value is (188,250,144). Sum of RGB (Red+Green+Blue) = 188+250+144=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA90 is #43056F. Grayscale: #DBDBDB. Windows color (decimal): -4392304 or 9501372. OLE color: 9501372.

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

Color convert

RGB188250144-
CMYK0.2500.420.02
HSL95.09º91.38%77.25%-
HSV(B)95.09º42.4%98.04%-
XYZ59.9681.0838.87-
YUV219.3885.46105.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 144 (56.64% from 255) = 24.74%
R=32.30%
G=42.96%
B=24.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501440.2500.420.0295.0991.3877.25
HexBCFA901902A25f5b4d
Octal274372220310522137133115
Binary10111100111110101001000011001010101010101111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA90; }

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

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

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

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

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

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

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

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