#BCF790

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

Shades of Sulu #BCF790

Tints of Sulu #BCF790

Color information

#BCF790 (or 0xBCF790) is unknown color: approx Sulu. HEX triplet: BC, F7 and 90. RGB value is (188,247,144). Sum of RGB (Red+Green+Blue) = 188+247+144=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF790 is #43086F. Grayscale: #D9D9D9. Windows color (decimal): -4393072 or 9500604. OLE color: 9500604.

HSL color Cylindrical-coordinate representation of color #BCF790: hue angle of 94.37º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF790 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB188247144-
CMYK0.2400.420.03
HSL94.37º86.55%76.67%-
HSV(B)94.37º41.7%96.86%-
XYZ59.0379.2338.57-
YUV217.6286.45106.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=32.47%
G=42.66%
B=24.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471440.2400.420.0394.3786.5576.67
HexBCF7901802A35e574d
Octal274367220300523136127115
Binary10111100111101111001000011000010101011101111010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF790; }

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

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

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

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

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

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

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

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